From 5cb6b2f1e79d1e21b14f63923a4af6a6e605c8af Mon Sep 17 00:00:00 2001 From: wakonig_k Date: Thu, 11 Sep 2025 11:05:35 +0200 Subject: [PATCH] chore: remove logs for atlas tasks --- tasks/main.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/main.yaml b/tasks/main.yaml index 804fc17..4be7961 100644 --- a/tasks/main.yaml +++ b/tasks/main.yaml @@ -83,6 +83,7 @@ - bec_atlas_token is defined - atlas_auth_response is succeeded ignore_errors: true + no_log: true - name: Save BEC Atlas credentials to file ansible.builtin.copy: @@ -92,6 +93,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 }}"