Merge "Set "no_log" for "databases user and setting permissions" tasks"
This commit is contained in:
commit
11dedb653a
@ -41,6 +41,7 @@
|
||||
database_password: "{{ designate_pool_manager_database_password }}"
|
||||
when:
|
||||
- not use_preconfigured_databases | bool
|
||||
no_log: true
|
||||
|
||||
- include_tasks: bootstrap_service.yml
|
||||
when: database.changed or use_preconfigured_databases | bool
|
||||
|
@ -46,6 +46,7 @@
|
||||
when:
|
||||
- database.changed
|
||||
- not use_preconfigured_databases | bool
|
||||
no_log: true
|
||||
|
||||
- include_tasks: bootstrap_service.yml
|
||||
when: database.changed or use_preconfigured_databases | bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user