ansible-role-samba/handlers/main.yml

8 lines
164 B
YAML
Raw Normal View History

# File: roles/samba/handlers/main.yml
---
- name: Restart Samba services
service:
name: "{{ item }}"
state: restarted
with_items: "{{ samba_service }}"