From 424dd291308c70f2ae19cd1bdd66d831b0e3c3b0 Mon Sep 17 00:00:00 2001 From: Danny Date: Sat, 22 Nov 2025 20:45:45 +0100 Subject: [PATCH] removed and --- roles/pips/tasks/nagios_tasks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/pips/tasks/nagios_tasks.yml b/roles/pips/tasks/nagios_tasks.yml index 465f0cf..7a5c5e6 100644 --- a/roles/pips/tasks/nagios_tasks.yml +++ b/roles/pips/tasks/nagios_tasks.yml @@ -37,7 +37,7 @@ register: nrpe_install_result when: - ansible_facts['os_family'] == 'Debian' - - and not nrpe_installed + - not nrpe_installed - name: Ensure NRPE is installed (RedHat/CentOS) yum: