mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-07-27 09:01:40 +08:00
copy the su=oders files from ansible's private repo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user