Update to 2023-09-08 10:00

This commit is contained in:
Daniel Berteaud
2023-09-08 10:00:12 +02:00
parent e126bb4803
commit 1e45c1d87c
9 changed files with 43 additions and 12 deletions

View File

@@ -27,3 +27,13 @@
- set_fact: odoo_db_pass={{ rand_pass }}
when: odoo_db_pass is not defined
tags: odoo
# Create a random pass for the DB Manager
- block:
- import_tasks: ../includes/get_rand_pass.yml
vars:
- pass_file: "{{ odoo_root_dir }}/meta/ansible_db_manager_pass"
- set_fact: odoo_db_manager_pass={{ rand_pass }}
when: odoo_db_manager_pass is not defined and odoo_db_manager
tags: odoo