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.
chrony
Dustin 2023-10-21 13:11:25 -05:00
parent 1b9543b88f
commit 6a6765ac06
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@
- '{{ ansible_os_family }}.yml' - '{{ ansible_os_family }}.yml'
- defaults.yml - defaults.yml
- name: ensure authconfig is not installed
package:
name=authconfig
state=absent
- name: ensure authconfig PAM configuration is reset - name: ensure authconfig PAM configuration is reset
command: command:
mv /etc/pam.d/{{ item }}-ac /etc/pam.d/{{ item }} mv /etc/pam.d/{{ item }}-ac /etc/pam.d/{{ item }}