Skip to content
Snippets Groups Projects
Commit a2d83477 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

s3fs: Set 'no_log' for password-handling tasks

parent 349b22ee
No related branches found
No related tags found
1 merge request!5s3fs: Set 'no_log' for password-handling task
Pipeline #4376 passed
......@@ -11,6 +11,7 @@
mode: "0640"
owner: root
group: root
no_log: true
- name: Configure s3fs mountpoints
mount:
......@@ -20,3 +21,4 @@
src: "{{ item.bucket }}"
state: mounted
loop: "{{ s3fs }}"
no_log: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment