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