make this fail so maybe I can figure out why it is not matching
This commit is contained in:
parent
1597d1c83b
commit
dbee355ec7
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue