Skip to content

Commit 3d29a3e

Browse files
authored
Update db-setup.yml
1 parent 1922031 commit 3d29a3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/db-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
ignore_errors: yes
5757
changed_when: false # We'll handle changes manually
5858

59-
- name: Check if database exists
59+
- name: Check if MySQL database exists
6060
command: >
6161
mysql -h "{{ db_host }}" -u "{{ db_user }}" -p"{{ db_pass }}"
6262
-e "SHOW DATABASES LIKE '{{ db_name }}';"

0 commit comments

Comments
 (0)