remove log for password set

This commit is contained in:
vincent 2019-10-24 20:45:46 +02:00
parent f21838a91b
commit 24bb2ed929

View File

@ -17,6 +17,7 @@
- name: set smb content to credential file
copy:
content: |
username={{ item.value.username }}
@ -36,6 +37,7 @@
mode: 0600
with_dict: "{{ credentials_files }}"
become: true
no_log: true
when: item is defined and item.value.type == "davfs"
- name: SYSTEMD MOUNT | Install needed packages