From 6bdbceba7b5d402aebc28833838bf34064b3ccea Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Wed, 5 Apr 2017 17:50:19 +0200 Subject: [PATCH] nagios:jinja variables must be quoted --- nagios-nrpe/tasks/debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nagios-nrpe/tasks/debian.yml b/nagios-nrpe/tasks/debian.yml index ada07de3..f204f56f 100644 --- a/nagios-nrpe/tasks/debian.yml +++ b/nagios-nrpe/tasks/debian.yml @@ -28,7 +28,7 @@ - name: Nagios plugins are installed copy: src: plugins/ - dest: {{ nagios_plugins_directory }}/ + dest: "{{ nagios_plugins_directory }}/" mode: "0755" notify: restart nagios-nrpe-server