fix: Initial bug fixes #28

Merged
jon_nfc merged 12 commits from initial-bug-fixes into development 2024-02-22 12:06:30 +00:00
2 changed files with 20 additions and 15 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