Actualizar linux-config-nagios-nrpe.yaml

This commit is contained in:
David Lopez 2024-08-30 19:03:12 +00:00
parent 75b08e8556
commit e6137447f6
1 changed files with 4 additions and 4 deletions

View File

@ -7,10 +7,10 @@
tasks:
- name: "[CONFIG NAGIOS NRPE] Comprobando si es necesario configurar nagios nrpe service "
debug:
msg: "No es necesario configurar nagios nrpe service en la máquina"
when: nagios_nrpe_enabled is not defined or not nagios_nrpe_enabled
# - name: "[CONFIG NAGIOS NRPE] Comprobando si es necesario configurar nagios nrpe service "
# debug:
# msg: "No es necesario configurar nagios nrpe service en la máquina"
# when: nagios_nrpe_enabled is not defined or not nagios_nrpe_enabled
- name: "[CONFIG NAGIOS NRPE] Install and configure nagios nrpe service"
import_role: