Update update-instances.yml

This commit is contained in:
2026-01-18 18:18:16 -05:00
parent 6178db1bae
commit 629080bf4d

View File

@@ -26,7 +26,7 @@
register: patchmon_agent register: patchmon_agent
- name: Patchmon agent update - 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 when: patchmon_agent.stat.exists
changed_when: false changed_when: false
failed_when: false failed_when: false