From 3080f9f7b5d72d487a46ced1c0bbda1abac78328 Mon Sep 17 00:00:00 2001 From: David Lopez Date: Fri, 6 Sep 2024 20:04:53 +0000 Subject: [PATCH] Actualizar linux-config-nagios-nrpe.yaml --- linux-config-nagios-nrpe.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/linux-config-nagios-nrpe.yaml b/linux-config-nagios-nrpe.yaml index bec9569..741f564 100644 --- a/linux-config-nagios-nrpe.yaml +++ b/linux-config-nagios-nrpe.yaml @@ -6,6 +6,10 @@ gather_facts: no 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] Install and configure nagios nrpe service" import_role: