Ansible roles
 
 
 
 
 
 

4 lines
86 B

---
- name: restart dnscache
service: name=dnscache state=restarted enabled=yes
...