Update to 2022-11-03 11:00

This commit is contained in:
Daniel Berteaud
2022-11-03 11:00:08 +01:00
parent adcb5de4f1
commit 724cb5641c
5 changed files with 18 additions and 2 deletions

View File

@@ -5,3 +5,7 @@
name: "{{ (samba_role == 'dc' or samba_role == 'rodc') | ternary('samba','smb') }}"
state: reloaded
- name: reload winbind
service: name=winbind state=reloaded
when: samba_role == 'member'