Skip to content
Snippets Groups Projects
Commit 8b0c7cc7 authored by Ron Williams's avatar Ron Williams
Browse files

Fix database administrative user within database import command.

parent 5da21111
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ include:
{{ state_id }}_load:
cmd.wait:
- name: mysql -u root -p{{ mysql_root_pass }} {{ database }} < /etc/mysql/{{ database }}.schema
- name: mysql -u {{ mysql_root_user }} -p{{ mysql_root_pass }} {{ database }} < /etc/mysql/{{ database }}.schema
- watch:
- file: {{ state_id }}_schema
- mysql_database: {{ state_id }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment