Skip to content

Commit 483869b

Browse files
committed
removed space
1 parent 3139475 commit 483869b

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
@@ -46,7 +46,7 @@
4646

4747
- name: Create MySQL database
4848
command: >
49-
mysql -h "{{ db_host }}" -u "{{ db_user }}" -p "{{ db_pass }}"
49+
mysql -h "{{ db_host }}" -u "{{ db_user }}" -p"{{ db_pass }}"
5050
-e "CREATE DATABASE IF NOT EXISTS {{ db_name }}"
5151
no_log: true
5252
register: create_db

0 commit comments

Comments
 (0)