From 217745cb53f0e6cfdfcc38d4ef8b9630db3da235 Mon Sep 17 00:00:00 2001 From: Robin Ricard Date: Sat, 6 Sep 2014 17:06:54 +0200 Subject: [PATCH] lint --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 6f88a17..b50c1ee 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -4,7 +4,7 @@ state=touch owner={{ item }} mode=0544 - with_items: "{{ affected_users }}" + with_items: affected_users - name: source this common env from every known dotfile ignore_errors: True