Files
ansible-shared/file/samba/handlers/main.yml

9 lines
121 B
YAML

---
- name: restart samba
service:
name: "{{ item }}"
state: restarted
with_items:
- 'nmbd'
- 'smbd'