files reference

This commit is contained in:
2025-11-23 16:56:01 +01:00
parent 3cefc76129
commit 60c1ca65d6
+1 -1
View File
@@ -114,7 +114,7 @@
- name: Deploy custom Nagios/NRPE script
ansible.builtin.copy:
src: memory_usage.py
src: files/memory_usage.py
dest: "{{ nrpe_location }}"
mode: '0755'
become: true