From dcc2168247327bac4de1ca6326222dc588eff3c0 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Fri, 24 May 2013 02:06:42 +0000 Subject: [PATCH] could it all be a -? --- tasks/sudo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/sudo.yml b/tasks/sudo.yml index be074b2f0b..f63e4c4f4f 100644 --- a/tasks/sudo.yml +++ b/tasks/sudo.yml @@ -17,6 +17,6 @@ action: copy src=$item dest=/etc/sudoers.d/ owner=root group=root mode=0600 with_first_found: - files: ${sudoers} ${private}/files/sudo/${ansible_fqdn}-sudoers ${private}/files/sudo/${ansible_hostname}-sudoers ${private}/files/sudo/${ansible_domain}-sudoers - - skip: true + skip: true tags: - config