var used again

This commit is contained in:
2025-11-23 18:23:01 +01:00
parent ad1925f173
commit fa86b87365
+1 -1
View File
@@ -113,7 +113,7 @@
- name: Deploy custom Nagios/NRPE script - name: Deploy custom Nagios/NRPE script
ansible.builtin.copy: ansible.builtin.copy:
src: memory_usage.py src: memory_usage.py
dest: /usr/lib/nagios/plugins/ dest: "{{ nrpe_location }}"
owner: root owner: root
group: root group: root
mode: '0755' mode: '0755'