Skip to content
Snippets Groups Projects
Commit 11dedb65 authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

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

parents 62290431 03788e17
No related branches found
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
database_password: "{{ designate_pool_manager_database_password }}" database_password: "{{ designate_pool_manager_database_password }}"
when: when:
- not use_preconfigured_databases | bool - not use_preconfigured_databases | bool
no_log: true
- include_tasks: bootstrap_service.yml - include_tasks: bootstrap_service.yml
when: database.changed or use_preconfigured_databases | bool when: database.changed or use_preconfigured_databases | bool
...@@ -46,6 +46,7 @@ ...@@ -46,6 +46,7 @@
when: when:
- database.changed - database.changed
- not use_preconfigured_databases | bool - not use_preconfigured_databases | bool
no_log: true
- include_tasks: bootstrap_service.yml - include_tasks: bootstrap_service.yml
when: database.changed or use_preconfigured_databases | bool when: database.changed or use_preconfigured_databases | bool
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment