copy the su=oders files from ansible's private repo
This commit is contained in:
parent
2969d0d188
commit
3f236fa945
1 changed files with 3 additions and 3 deletions
|
@ -28,9 +28,9 @@
|
|||
with_first_found:
|
||||
- files:
|
||||
- "{{ sudoers }}"
|
||||
- "{{ private }}/files/sudo/{{ ansible_fqdn }}-sudoers"
|
||||
- "{{ private }}/files/sudo/{{ ansible_hostname }}-sudoers"
|
||||
- "{{ private }}/files/sudo/{{ ansible_domain }}-sudoers"
|
||||
- "{{ ansible-private }}/files/sudo/{{ ansible_fqdn }}-sudoers"
|
||||
- "{{ ansible-private }}/files/sudo/{{ ansible_hostname }}-sudoers"
|
||||
- "{{ ansible-private }}/files/sudo/{{ ansible_domain }}-sudoers"
|
||||
skip: true
|
||||
tags:
|
||||
- config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue