diff --git a/tasks/main.yml b/tasks/main.yml index 129abf8..a762555 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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