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