Merge branch 'fix/atlas_deployment' into 'main'

chore: remove logs for atlas tasks

See merge request psd_deployments/roles/psi.bec!13
This commit is contained in:
2025-09-11 11:06:34 +02:00
+2
View File
@@ -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 }}"