From 6a6765ac06cb6102cf276ef6ee4254ea8828c529 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sat, 21 Oct 2023 13:11:25 -0500 Subject: [PATCH] r/system-auth: Remove uninstall authconfig task The *authconfig* package has been gone from Fedora since ages. There's no reason to have this no-op step any more, especially since it has the side-effect of making a network request to refresh the dnf cache. --- roles/system-auth/tasks/main.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/roles/system-auth/tasks/main.yml b/roles/system-auth/tasks/main.yml index 05ebe02..3c0c93a 100644 --- a/roles/system-auth/tasks/main.yml +++ b/roles/system-auth/tasks/main.yml @@ -5,10 +5,6 @@ - '{{ ansible_os_family }}.yml' - defaults.yml -- name: ensure authconfig is not installed - package: - name=authconfig - state=absent - name: ensure authconfig PAM configuration is reset command: mv /etc/pam.d/{{ item }}-ac /etc/pam.d/{{ item }}