r/system-auth: Disable authselect

*authselect* is now [mandatory][0] in Fedora 36.  It cannot be
uninstalled, but it can be disabled by removing its configuration file.

[0]: https://fedoraproject.org/wiki/Changes/Make_Authselect_Mandatory
btop
Dustin 2022-08-12 16:54:00 -05:00
parent 0de1f84905
commit 82f2a7518e
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
- postlogin
- smartcard-auth
- system-auth
- name: ensure authselect is disabled
file:
path: /etc/authselect/authselect.conf
state: absent
- name: ensure mkhomedir package is installed
package: