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