From cf21efa23f762b2945e269648dbfe3a5eb650a60 Mon Sep 17 00:00:00 2001 From: Danny Date: Sun, 23 Nov 2025 18:34:54 +0100 Subject: [PATCH] force the copy --- roles/pips/tasks/nagios_tasks.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/roles/pips/tasks/nagios_tasks.yml b/roles/pips/tasks/nagios_tasks.yml index f587296..b9f3d4a 100644 --- a/roles/pips/tasks/nagios_tasks.yml +++ b/roles/pips/tasks/nagios_tasks.yml @@ -118,11 +118,12 @@ group: root mode: '0755' remote_src: false + force: true become: true when: - nrpe_installed is defined - psutil_installed is defined -- name: Debug NRPE installation result - debug: - var: nrpe_install_result +#- name: Debug NRPE installation result +# debug: +# var: nrpe_install_result