You've already forked ansible-role-auth-duo
Linting
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
copy:
|
||||
src: etc.pam.d.sshd
|
||||
dest: /etc/pam.d/sshd
|
||||
notify: restart sshd
|
||||
notify: Restart sshd
|
||||
|
||||
- name: Ensure PAM is enabled for SSH
|
||||
lineinfile:
|
||||
@@ -40,12 +40,15 @@
|
||||
line: 'UsePAM yes'
|
||||
- regex: '^ChallengeResponseAuthentication '
|
||||
line: 'ChallengeResponseAuthentication yes'
|
||||
notify: restart sshd
|
||||
notify: Restart sshd
|
||||
|
||||
- name: Flush Handlers
|
||||
meta: flush_handlers
|
||||
|
||||
- name: Duo SELinux Enablement
|
||||
when: >
|
||||
ansible_virtualization_type != 'docker' and
|
||||
ansible_virtualization_type != 'container'
|
||||
block:
|
||||
- name: Copy SELinux Module
|
||||
copy:
|
||||
|
||||
Reference in New Issue
Block a user