Trying to resolve a mysql root password issue
This commit is contained in:
parent
f158328629
commit
1ee28bd0bb
@ -106,7 +106,7 @@
|
||||
owner: psql
|
||||
group: psql
|
||||
mode: "0750"
|
||||
line: "POSTGRES_PASSWORD=\"{{ postgres_db_password }}\""
|
||||
line: "POSTGRES_PASSWORD={{ postgres_db_password }}"
|
||||
create: true
|
||||
|
||||
- name: Place container environment file for mysql user
|
||||
@ -115,7 +115,7 @@
|
||||
owner: mysql
|
||||
group: mysql
|
||||
mode: "0750"
|
||||
line: "MYSQL_ROOT_PASSWORD=\"{{ mysql_db_password }}\""
|
||||
line: "MYSQL_ROOT_PASSWORD={{ mysql_db_password }}"
|
||||
create: true
|
||||
|
||||
- name: Allow mysql user to linger
|
||||
|
Loading…
Reference in New Issue
Block a user