A lot of changes based on dry run results
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
- name: Set db password
|
||||
shell: echo export WRESTLINGDEV_DB_PWD={{ lookup('env', 'WRESTLINGDEV_DB_PWD') }} >> /var/www/html/prod.env
|
||||
|
||||
|
||||
- name: Set db username
|
||||
shell: echo export WRESTLINGDEV_DB_USR={{ lookup('env', 'WRESTLINGDEV_DB_USR') }} >> /var/www/html/prod.env
|
||||
|
||||
|
||||
- name: Set db host
|
||||
shell: echo export WRESTLINGDEV_DB_HOST={{ lookup('env', 'WRESTLINGDEV_DB_HOST') }} >> /var/www/html/prod.env
|
||||
|
||||
|
||||
Reference in New Issue
Block a user