@ -110,3 +110,8 @@
|
|||||||
not cached_file.stat.exists
|
not cached_file.stat.exists
|
||||||
and
|
and
|
||||||
api_call.status | default(0) | int != 404
|
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