From 7ae1aac49720fd9b49c2f21aa401dba3bd2419f9 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Sun, 16 Feb 2025 17:22:01 +0100 Subject: [PATCH] Correct copy script osupdate /data --- configure_snmpd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure_snmpd.yml b/configure_snmpd.yml index ec301c0..f6525c6 100644 --- a/configure_snmpd.yml +++ b/configure_snmpd.yml @@ -11,7 +11,7 @@ - name: Get osupdate script ansible.builtin.copy: - src: /utils/osupdate + src: /data/utils/osupdate dest: /etc/snmp/ - name: Configure snmpd