Merge pull request #17 from ai-workspace-infra/codex/retry-openclaw-cache-reset
fix: retry OpenClaw compile cache reset
This commit is contained in:
commit
40395ba0a2
@ -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
|
||||
- >-
|
||||
|
||||
Loading…
Reference in New Issue
Block a user