make this fail so maybe I can figure out why it is not matching

This commit is contained in:
Seth Vidal 2013-05-22 20:28:49 +00:00
parent 1597d1c83b
commit dbee355ec7

View file

@ -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