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
parent
1b9543b88f
commit
6a6765ac06
|
@ -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 }}
|
||||||
|
|
Loading…
Reference in New Issue