forked from jakub/ansible
.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user