From dbee355ec7acbe87493389ba402511385726e28b Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Wed, 22 May 2013 20:28:49 +0000 Subject: [PATCH] make this fail so maybe I can figure out why it is not matching --- tasks/sudo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/sudo.yml b/tasks/sudo.yml index 3aa86b73d1..497ba238d0 100644 --- a/tasks/sudo.yml +++ b/tasks/sudo.yml @@ -13,7 +13,7 @@ # # This will move a /etc/sudoers.d/ file in place # -- name: setup /etc/sudoers.d/fedora for client use +- name: setup /etc/sudoers.d/sudoer file for client use action: copy src=$item dest=/etc/sudoers.d/ owner=root group=root mode=0600 with_first_found: - files: @@ -21,6 +21,6 @@ - $private/files/sudo/${ansible_fqdn}-sudoers - $private/files/sudo/${ansible_hostname}-sudoers - $private/files/sudo/${ansible_domain}-sudoers - - skip: true + - skip: false tags: - config