From 73499e35932c0ece031ec6e2a8a82a442184305e Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Fri, 27 Oct 2023 17:57:20 -0500 Subject: [PATCH] samba-dc: Do not apply sudo role The *sudo* role should not be applied by the `samba-dc.yml` playbook. It's not relevant to deploying Samba, and will just get applied by the `domain-controller.yml` playbook later, anway. Further, it fails when a new domain controller is first provisioned, because at this step, the system is not yet configured to resolve user IDs via winbind; rather than add users to groups, it tries to create them. --- samba-dc.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/samba-dc.yml b/samba-dc.yml index 3630cc9..6c64348 100644 --- a/samba-dc.yml +++ b/samba-dc.yml @@ -4,7 +4,6 @@ - kerberos - dch-selinux - samba-dc - - sudo tasks: - name: set samba configuration facts set_fact: