Skip to content

Commit

Permalink
Properly hide information from logs (#111)
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Goncharov <Artem.goncharov@gmail.com>
  • Loading branch information
gtema authored Jun 20, 2024
1 parent 5a69b9f commit eb61c0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/openstack/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@
- name: Combine clouds_yaml_b64 and secure_yaml_b64 to produce full clouds.yaml
ansible.builtin.set_fact:
clouds_yaml_full: "{{ clouds_yaml_b64.content | b64decode | from_yaml | ansible.builtin.combine(secure_yaml_b64.content | b64decode | from_yaml, recursive=true) }}"
no_log: true
- name: Write clouds.yaml file
ansible.builtin.copy:
content: "{{ clouds_yaml_full | to_yaml }}"
Expand Down

0 comments on commit eb61c0a

Please sign in to comment.