nagios-nrpe: add double quotes to input var in check-local
All checks were successful
Ansible Lint |Total|New|Outstanding|Fixed|Trend |:-:|:-:|:-:|:-:|:-: |2778|5|2773|8|:+1: Reference build: <a href="https://jenkins.evolix.org/job/gitea/job/ansible-roles/job/unstable/250//ansiblelint">Evolix » ansible-roles » unstable #250</a>
gitea/ansible-roles/pipeline/head This commit looks good

This commit is contained in:
William Hirigoyen 2023-05-12 12:38:40 +02:00
parent 6ab34517b6
commit 3d8ae87368

View file

@ -7,6 +7,6 @@ fi
/usr/lib/nagios/plugins/check_nrpe -H 127.0.0.1 -c check_$1
/usr/lib/nagios/plugins/check_nrpe -H 127.0.0.1 -c "check_$1"