full path in dest
This commit is contained in:
@@ -115,7 +115,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: "{{ nrpe_location }}"
|
dest: /usr/lib/nagios/plugins/
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
mode: '0755'
|
mode: '0755'
|
||||||
|
|||||||
Reference in New Issue
Block a user