From 8d52cc9271c280fbe69a7a71d9d234abea238896 Mon Sep 17 00:00:00 2001 From: Sven Velt Date: Wed, 23 Sep 2020 13:01:04 +0000 Subject: [PATCH] No nrpe-ng in this role... --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 9e1362d..9b8c1aa 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -3,7 +3,7 @@ assert: that: - monitored_dont|default(False) != True - - monitored_by_nrpe == True or monitored_by_nrpe_ng == True or monitored_by_ssh == True + - monitored_by_nrpe == True or monitored_by_ssh == True - name: Gather OS Specific Variables include_vars: "{{ item }}"