From 5d58eeee0b55628f24519ec52d5a50462c26bf29 Mon Sep 17 00:00:00 2001 From: Danny Date: Fri, 21 Nov 2025 16:42:54 +0100 Subject: [PATCH] check the OS --- roles/pips/tasks/nagios_tasks.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/pips/tasks/nagios_tasks.yml b/roles/pips/tasks/nagios_tasks.yml index 86c239d..e0aa4c8 100644 --- a/roles/pips/tasks/nagios_tasks.yml +++ b/roles/pips/tasks/nagios_tasks.yml @@ -3,6 +3,10 @@ manager: auto # nagios-plugins-nrpe.x86_64 , nrpe, nagios-nrpe-plugin +- name: Check OS + debug: + msg: "{{ ansible_fact['os_family'] }} is the OS" + - name: Check if nagios NRPE is installed debug: