From 82f2a7518e287b9ded8c232ac135fae58a0f04a0 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 12 Aug 2022 16:54:00 -0500 Subject: [PATCH] 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 --- roles/system-auth/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/system-auth/tasks/main.yml b/roles/system-auth/tasks/main.yml index a94ceae..05ebe02 100644 --- a/roles/system-auth/tasks/main.yml +++ b/roles/system-auth/tasks/main.yml @@ -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: