xoxys.pve/handlers/main.yml
Robert Kaussow ad7400c02b
All checks were successful
continuous-integration/drone/push Build is passing
remove old loop syntax
2019-08-28 10:36:26 +02:00

9 lines
144 B
YAML

---
- name: Restart pveproxy
service:
state: restarted
name: pveproxy
listen: __pveproxy_restart
become: True
become_user: root