diff --git a/roles/common/tasks/2fa.yml b/roles/common/tasks/2fa.yml index 96e1d35..8e8094c 100644 --- a/roles/common/tasks/2fa.yml +++ b/roles/common/tasks/2fa.yml @@ -6,4 +6,7 @@ dest: /usr/local/bin/setup-2factor owner: root group: root - mode: 0755 \ No newline at end of file + 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. \ No newline at end of file