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.
chrony
Dustin 2023-10-27 17:57:20 -05:00
parent 5bffdc68a2
commit 73499e3593
1 changed files with 0 additions and 1 deletions

View File

@ -4,7 +4,6 @@
- kerberos - kerberos
- dch-selinux - dch-selinux
- samba-dc - samba-dc
- sudo
tasks: tasks:
- name: set samba configuration facts - name: set samba configuration facts
set_fact: set_fact: