From c98529c94aa3fde8231fb57913e0d87cebe26e57 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 22 May 2013 20:34:57 +0000 Subject: [PATCH] it's enjoyable being stupid. luckily this is working nicely now --- tasks/sudo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/sudo.yml b/tasks/sudo.yml index f75f98b307..19dd855ce5 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: false + - skip: true tags: - config