Remove action: in all roles.
This commit is contained in:
parent
5c0cca432b
commit
f0c80375b5
50 changed files with 139 additions and 139 deletions
|
@ -36,7 +36,7 @@
|
|||
# This will move a /etc/sudoers.d/ file in place
|
||||
#
|
||||
- name: setup /etc/sudoers.d/sudoer file for client use
|
||||
action: copy src={{ item }} dest=/etc/sudoers.d/{{ item | basename | replace('.', '_') }}
|
||||
copy: src={{ item }} dest=/etc/sudoers.d/{{ item | basename | replace('.', '_') }}
|
||||
owner=root group=root mode=0600
|
||||
with_first_found:
|
||||
- files:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue