diff --git a/roles/vhosts/gateway_openclaw/tasks/main.yml b/roles/vhosts/gateway_openclaw/tasks/main.yml index 7d52147..ea1d12d 100644 --- a/roles/vhosts/gateway_openclaw/tasks/main.yml +++ b/roles/vhosts/gateway_openclaw/tasks/main.yml @@ -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 - >-