servers/roles/samba/handlers/main.yml
2024-05-23 15:30:28 +02:00

8 lines
199 B
YAML

- name: reload smbd
command: systemctl reload smbd
when: "'handler' not in ansible_skip_tags"
- name: restart sssd
command: systemctl restart sssd
when: "'handler' not in ansible_skip_tags"