Remove skip_common_setup flag
This commit is contained in:
parent
a54b847294
commit
bc3310066a
17 changed files with 106 additions and 126 deletions
|
|
@ -1,7 +1,7 @@
|
|||
- name: copy extra sudoers file
|
||||
template:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
src: '{{ item.src }}'
|
||||
dest: '{{ item.dest }}'
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
mode: '0644'
|
||||
|
|
|
|||
Reference in a new issue