forked from infra/ansible
6 lines
106 B
YAML
6 lines
106 B
YAML
|
---
|
||
|
|
||
|
- name: Restart icinga2
|
||
|
service: name=icinga2 state=restarted
|
||
|
delegate_to: "{{ icinga_server }}"
|