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