From 67df9e83c743e19b47e1273357e2c2a117980b5c Mon Sep 17 00:00:00 2001 From: Thomas Woerner <twoerner@redhat.com> Date: Mon, 1 Jul 2024 11:15:49 +0200 Subject: [PATCH] ipaclient_setup_nss: Documentation: Add default for selinux_works The default value for selinux_works was missing in the DOCUMENTATION section. --- roles/ipaclient/library/ipaclient_setup_nss.py | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/ipaclient/library/ipaclient_setup_nss.py b/roles/ipaclient/library/ipaclient_setup_nss.py index 0bee3b5f..052ac450 100644 --- a/roles/ipaclient/library/ipaclient_setup_nss.py +++ b/roles/ipaclient/library/ipaclient_setup_nss.py @@ -156,6 +156,7 @@ options: description: True if selinux status check passed required: false type: bool + default: false krb_name: description: The krb5 config file name type: str -- GitLab