From 014807ab00df7cfe6c584ddadeefdb1411a197b0 Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 21 Nov 2025 16:47:10 +0100 Subject: [PATCH] typo fact is facts --- 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 e0aa4c8..694eaa4 100644 --- a/roles/pips/tasks/nagios_tasks.yml +++ b/roles/pips/tasks/nagios_tasks.yml @@ -5,7 +5,7 @@ # nagios-plugins-nrpe.x86_64 , nrpe, nagios-nrpe-plugin - name: Check OS debug: - msg: "{{ ansible_fact['os_family'] }} is the OS" + msg: "{{ ansible_facts['os_family'] }} is the OS" - name: Check if nagios NRPE is installed