We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1922031 commit 3d29a3eCopy full SHA for 3d29a3e
ansible/db-setup.yml
@@ -56,7 +56,7 @@
56
ignore_errors: yes
57
changed_when: false # We'll handle changes manually
58
59
- - name: Check if database exists
+ - name: Check if MySQL database exists
60
command: >
61
mysql -h "{{ db_host }}" -u "{{ db_user }}" -p"{{ db_pass }}"
62
-e "SHOW DATABASES LIKE '{{ db_name }}';"
0 commit comments