chore: release #30

Merged
jon_nfc merged 30 commits from development into master 2024-02-23 08:30:54 +00:00
10 changed files with 58 additions and 44 deletions
Showing only changes of commit 9920fdb0b4 - Show all commits

View File

@ -73,7 +73,7 @@
- 200
- 404
validate_certs: false
changed_when: api_call.json | length | int > 0
changed_when: api_call.json | default([]) | length | int > 0
no_log: true
register: api_call
when: >