Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit c751e21

Browse files
committed
Fix MySQL credentials in provisioning script
1 parent 27ae80e commit c751e21

File tree

1 file changed

+1
-1
lines changed
  • provisioning/ansible/roles/mysql/tasks

1 file changed

+1
-1
lines changed

provisioning/ansible/roles/mysql/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
- midas_test
5656

5757
- name: mysql user
58-
mysql_user: user={{ ansible_env.SUDO_USER }} password={{ ansible_env.SUDO_USER }} priv={{ item }}.*:ALL state=present
58+
mysql_user: user=vagrant password=vagrant priv={{ item }}.*:ALL state=present
5959
with_items:
6060
- midas
6161
- midas_test

0 commit comments

Comments
 (0)