mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-11 18:36:53 +08:00
And I obviously need to add the new filename suffix
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
@@ -34,9 +34,9 @@
|
||||
- name: /etc/pam.d/sudo
|
||||
template: src={{ item }} dest=/etc/pam.d/sudo mode=0644
|
||||
with_first_found:
|
||||
- "{{ files }}/2fa/sudo.pam.{{ inventory_hostname }}"
|
||||
- "{{ files }}/2fa/sudo.pam.{{ ansible_domain }}"
|
||||
- "{{ files }}/2fa/sudo.pam"
|
||||
- "{{ files }}/2fa/sudo.pam.{{ inventory_hostname }}.j2"
|
||||
- "{{ files }}/2fa/sudo.pam.{{ ansible_domain }}.j2"
|
||||
- "{{ files }}/2fa/sudo.pam.j2"
|
||||
tags:
|
||||
- config
|
||||
|
||||
|
||||
Reference in New Issue
Block a user