Update 'roles/common/tasks/2fa.yml'

This commit is contained in:
deepend 2023-07-11 20:26:44 +00:00
parent 0a6af514c2
commit b1ccde88d5
1 changed files with 4 additions and 1 deletions

View File

@ -6,4 +6,7 @@
dest: /usr/local/bin/setup-2factor dest: /usr/local/bin/setup-2factor
owner: root owner: root
group: root group: root
mode: 0755 mode: 0755
# last line of ../files/etc/pam.d/sshd will need to be copied to /etc/pam.d/sshd.
# Decided it to risky to automatically have ansible add that.