chore: release #30
@ -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
|
||||
|
Reference in New Issue
Block a user