full path in dest

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