service should start on boot

This commit is contained in:
Ruben Blanco 2023-10-23 17:17:28 +02:00
parent b149f29430
commit 4db0d8ef12
1 changed files with 6 additions and 0 deletions

View File

@ -33,3 +33,9 @@
mode: '0644'
notify: restart nagios-nrpe
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
# service should start on boot.
- name: service should start on boot
service:
name: "{{ nagios_nrpe_daemon }}"
enabled: yes
#++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++