merge with master

This commit is contained in:
vincent 2019-11-24 14:49:14 +01:00
commit 3c70cc5ec5

View File

@ -18,6 +18,7 @@
- name: set smb content to credential file
copy:
content: |
username={{ item.value.username }}
@ -37,6 +38,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