Merge pull request #17 from ai-workspace-infra/codex/retry-openclaw-cache-reset

fix: retry OpenClaw compile cache reset
This commit is contained in:
Haitao Pan 2026-06-19 09:51:11 +08:00 committed by GitHub
commit 40395ba0a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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
- >-