From f38be8e2ac2bc07a00b2f08b2493b066714d95c4 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 18 Sep 2018 08:55:01 +0100 Subject: [PATCH] Correct syntax for variable --- tasks/dabapps.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/dabapps.yml b/tasks/dabapps.yml index b78c8e1..96a4a96 100644 --- a/tasks/dabapps.yml +++ b/tasks/dabapps.yml @@ -8,7 +8,7 @@ - file: src: "{{ home }}/Projects/dotfiles/.editorconfig" - dest: "[{ home }}/Projects/.editorconfig" + dest: "{{ home }}/Projects/.editorconfig" mode: 0644 owner: "{{ user }}" state: link