fixing resultsdb db init to use PROD settings and pick up the correct config file
This commit is contained in:
parent
bb5074e568
commit
795cab4d2d
1 changed files with 1 additions and 1 deletions
|
@ -27,4 +27,4 @@
|
||||||
- restart httpd
|
- restart httpd
|
||||||
|
|
||||||
- name: initialize resultsdb database
|
- name: initialize resultsdb database
|
||||||
command: resultsdb init_db && touch /etc/resultsdb/db-is-init creates=/etc/resultsdb-is-init
|
shell: PROD='true' resultsdb init_db && touch /etc/resultsdb/db-is-init creates=/etc/resultsdb-is-init
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue