diff --git a/tasks/ssh_2fa.yml b/tasks/ssh_2fa.yml index 1ad8d91..95eba77 100644 --- a/tasks/ssh_2fa.yml +++ b/tasks/ssh_2fa.yml @@ -1,7 +1,7 @@ --- - block: - name: Install google authenticator PAM module - yum: + package: name: google-authenticator state: present