Merge "Set "no_log" for "databases user and setting permissions" tasks"

This commit is contained in:
Zuul 2018-11-21 15:10:41 +00:00 committed by Gerrit Code Review
commit 11dedb653a
2 changed files with 2 additions and 0 deletions

View File

@ -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

View File

@ -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