From 629080bf4d1b5b1e24edefbccbd414f1116816f4 Mon Sep 17 00:00:00 2001 From: Josh Wright Date: Sun, 18 Jan 2026 18:18:16 -0500 Subject: [PATCH] Update update-instances.yml --- update-instances.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update-instances.yml b/update-instances.yml index ac7b7b6..75d8870 100644 --- a/update-instances.yml +++ b/update-instances.yml @@ -26,7 +26,7 @@ register: patchmon_agent - name: Patchmon agent update - ansible.builtin.command: bash /usr/local/bin/patchmon-agent report + ansible.builtin.command: /usr/local/bin/patchmon-agent report when: patchmon_agent.stat.exists changed_when: false failed_when: false \ No newline at end of file