Skip to content
Snippets Groups Projects
Commit fe429ddc authored by Lars Beckers's avatar Lars Beckers
Browse files

Merge branch 'th/s3fs' into 'master'

s3fs: Set 'no_log' for password-handling task

See merge request !5
parents 30f644c9 a2d83477
No related branches found
No related tags found
No related merge requests found
......@@ -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