Skip to content

Commit 6893f71

Browse files
authored
Merge pull request #167 from coopdevs/fix/add-no-http-to-init-db
Add --no-http to init DBs task
2 parents 5c54b68 + c6f0db2 commit 6893f71

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@
221221
{% endif %}
222222
--logfile=/dev/stdout
223223
--log-level=warn
224+
--no-http
224225
when: db_initialized.results[index].stdout == "0"
225226
notify: restart odoo
226227
with_items: "{{ odoo_role_odoo_dbs }}"

0 commit comments

Comments
 (0)