ansible/roles/cups/server/handlers/main.yml

6 lines
73 B
YAML

---
- name: restart cups
service:
name: cups
state: restarted