diff --git a/tasks/main.yml b/tasks/main.yml index 6b1b350..c88e88e 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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 }}"