correct adress orth

This commit is contained in:
vincent 2020-11-07 17:09:46 +01:00
parent b813dc0a29
commit 750f3db3a8

View File

@ -33,7 +33,7 @@
- name: set davfs content to credential file
copy:
content: |
{{ item.value.adress }} {{ item.value.username }} {{ item.value.password }}
{{ item.value.address }} {{ item.value.username }} {{ item.value.password }}
dest: "{{ item.value.path }}"
mode: 0600
with_dict: "{{ credentials_files }}"