ansible-role-samba/handlers/main.yml

8 lines
165 B
YAML
Raw Normal View History

# File: roles/samba/handlers/main.yml
---
- name: Restart Samba services
service:
name: "{{ item }}"
state: restarted
2017-05-10 10:31:56 +00:00
with_items: "{{ samba_services }}"