7 lines
135 B
YAML
7 lines
135 B
YAML
---
|
|
- name: reload icinga2
|
|
become: yes
|
|
service: name=icinga2 state=reloaded
|
|
|
|
# vim: set tabstop=2 shiftwidth=2 expandtab smarttab:
|