We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3139475 commit 483869bCopy full SHA for 483869b
ansible/db-setup.yml
@@ -46,7 +46,7 @@
46
47
- name: Create MySQL database
48
command: >
49
- mysql -h "{{ db_host }}" -u "{{ db_user }}" -p "{{ db_pass }}"
+ mysql -h "{{ db_host }}" -u "{{ db_user }}" -p"{{ db_pass }}"
50
-e "CREATE DATABASE IF NOT EXISTS {{ db_name }}"
51
no_log: true
52
register: create_db
0 commit comments