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 76 additions and 57 deletions
Showing only changes of commit 785ae77510 - Show all commits

View File

@ -110,3 +110,8 @@
not cached_file.stat.exists
and
api_call.status | default(0) | int != 404
- name: check Cache Files
ansible.builtin.stat:
path: "{{ cache_filepath }}"
register: cached_file