3
0
forked from jakub/ansible
This commit is contained in:
fencl
2025-10-05 16:00:27 +02:00
parent b834c2e4c4
commit 40586253a5
3 changed files with 192 additions and 7 deletions

View File

@@ -83,7 +83,7 @@
STDERR:
{{ (item.stderr | default('')).strip() }}
loop: "{{ kuma_cmds.results }}"
when: DEBUG == 1 # 🪵 Only show debug output if DEBUG=1
when: DEBUG == 1
- name: Fail play if any Uptime Kuma command failed
ansible.builtin.assert: