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