diff --git a/tasks/barbican_service_setup.yml b/tasks/barbican_service_setup.yml index 310514f..b672a89 100644 --- a/tasks/barbican_service_setup.yml +++ b/tasks/barbican_service_setup.yml @@ -28,6 +28,7 @@ until: add_barbican_service |success retries: 5 delay: 2 + no_log: True - name: Ensure the Barbican user exists keystone: @@ -44,6 +45,7 @@ until: add_barbican_user |success retries: 5 delay: 2 + no_log: True - name: Ensure the Barbican user has the admin role keystone: @@ -61,6 +63,7 @@ retries: 5 delay: 2 with_items: "{{ barbican_service_role_names }}" + no_log: True - name: Ensure the Barbican endpoint is registered keystone: @@ -84,3 +87,4 @@ until: add_barbican_endpoints |success retries: 5 delay: 2 + no_log: True