diff --git a/tasks/main.yaml b/tasks/main.yaml index d91461c..59eaa08 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -80,6 +80,7 @@ when: - bec_atlas_token is defined and atlas_auth_response is succeeded ignore_errors: true + no_log: true - name: Save BEC Atlas credentials to file ansible.builtin.copy: @@ -89,6 +90,7 @@ become_user: "{{ service_user }}" when: bec_atlas_token is defined and atlas_credentials is succeeded ignore_errors: true + no_log: true - name: Clone BEC repository become_user: "{{ deployment_user }}"