From f0e4768efd5ce217c82771c60502cae0b62f0cb9 Mon Sep 17 00:00:00 2001 From: Ionut Pruteanu Date: Wed, 17 Jan 2024 19:06:21 +0200 Subject: [PATCH] RH9 does not require extra authselect options(just `with-faillock`). Therefore var-attr is not needed anymore. Signed-off-by: Ionut Pruteanu --- defaults/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/defaults/main.yml b/defaults/main.yml index decf352..0ec07fe 100644 --- a/defaults/main.yml +++ b/defaults/main.yml @@ -620,7 +620,6 @@ rhel9cis_use_authconfig: false rhel9cis_authselect: custom_profile_name: custom-profile default_file_to_copy: "sssd --symlink-meta" - options: with-sudo with-faillock without-nullok # 5.3.1 Enable automation to create custom profile settings, using the settings above rhel9cis_authselect_custom_profile_create: false