Reload smbd instead of samba on Debian

This commit is contained in:
Gašper Fele-Žorž 2025-10-21 12:30:37 +02:00
parent 95a82ed764
commit 61d5b4b6d8

View file

@ -1,3 +1,7 @@
- name: reload smbd
command: service smbd reload
- name: reload samba
command: service samba reload
when: "'handler' not in ansible_skip_tags"
- name: reload nscd
command: service nscd restart
when: "'handler' not in ansible_skip_tags"