11 lines
194 B
YAML
11 lines
194 B
YAML
---
|
|
- name: reload icinga2
|
|
become: yes
|
|
systemd_service:
|
|
name: icinga2
|
|
state: reloaded
|
|
delegate_to: localhost
|
|
run_once: yes
|
|
|
|
# vim: set tabstop=2 shiftwidth=2 expandtab smarttab:
|