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 }}"