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