fix: retry OpenClaw compile cache reset

This commit is contained in:
Haitao Pan 2026-06-19 09:50:46 +08:00
parent 9ce92f6cf2
commit c57642dce2

View File

@ -150,6 +150,10 @@
ansible.builtin.file:
path: "{{ gateway_openclaw_compile_cache_dir }}"
state: absent
register: gateway_openclaw_compile_cache_reset
retries: 5
delay: 1
until: gateway_openclaw_compile_cache_reset is succeeded
when:
- not ansible_check_mode
- >-