From 750f3db3a813b71b1e4d76fec0802bc310a31c6b Mon Sep 17 00:00:00 2001 From: vincent Date: Sat, 7 Nov 2020 17:09:46 +0100 Subject: [PATCH] correct adress orth --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}"