Fix indentations in centos/roles/icinga-client/tasks/main.yml
This commit is contained in:
parent
3180339833
commit
9ff60b1062
|
@ -16,13 +16,13 @@
|
|||
- name: Install Icinga2 packages
|
||||
yum:
|
||||
name: "{{ packages }}"
|
||||
vars:
|
||||
packages:
|
||||
- icinga2
|
||||
- nagios-plugins-load
|
||||
- nagios-plugins-swap
|
||||
- nagios-plugins-procs
|
||||
- nagios-plugins-users
|
||||
vars:
|
||||
packages:
|
||||
- icinga2
|
||||
- nagios-plugins-load
|
||||
- nagios-plugins-swap
|
||||
- nagios-plugins-procs
|
||||
- nagios-plugins-users
|
||||
- name: Ensure that icinga2 systemd service is enabled
|
||||
systemd:
|
||||
name: icinga2
|
||||
|
|
Loading…
Reference in New Issue