try to make it see this file, more?

This commit is contained in:
Seth Vidal 2013-05-23 21:53:36 +00:00
parent d673bdb9a0
commit 8fa51d3a8a

View file

@ -16,7 +16,7 @@
- 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: $sudoers $private/files/sudo/${ansible_fqdn}-sudoers $private/files/sudo/${ansible_hostname}-sudoers $private/files/sudo/${ansible_domain}-sudoers
- files: ${sudoers} ${private}/files/sudo/${ansible_fqdn}-sudoers ${private}/files/sudo/${ansible_hostname}-sudoers ${private}/files/sudo/${ansible_domain}-sudoers
- skip: true
tags:
- config