diff --git a/roles/pips/tasks/nagios_tasks.yml b/roles/pips/tasks/nagios_tasks.yml index 62e4fe0..5cebee8 100644 --- a/roles/pips/tasks/nagios_tasks.yml +++ b/roles/pips/tasks/nagios_tasks.yml @@ -115,7 +115,7 @@ - name: Deploy custom Nagios/NRPE script ansible.builtin.copy: src: files/memory_usage.py - dest: {{ nrpe_location }}/memory_usage.py + dest: " {{ nrpe_location }} " owner: root group: root mode: '0755'