From afde7c244429b9ed3a2c862303e261961dd03031 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 5 Jun 2021 15:30:28 +0200 Subject: [PATCH] refactor: use generic ansible modules service and package --- tasks/ssh_2fa.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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