ansible-gnu-corporate-works.../roles/samba/handlers/main.yml

9 lines
123 B
YAML
Raw Normal View History

2017-08-31 21:22:57 +02:00
- name: restart samba
service:
name={{ item }}
state=restarted
with_items:
- smbd
- nmbd
- winbind