check the OS

This commit is contained in:
2025-11-21 16:42:54 +01:00
parent 3f0f9dec88
commit 5d58eeee0b
+4
View File
@@ -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: