mirror of
https://git.lapiole.org/dani/ansible-roles.git
synced 2025-08-04 07:37:20 +02:00
Update to 2023-09-08 10:00
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user