diff --git a/playbook.yml b/playbook.yml index 24fd962..f0939c0 100644 --- a/playbook.yml +++ b/playbook.yml @@ -198,8 +198,8 @@ register: contract_deploy_output args: chdir: "{{ ansible_env.HOME }}/ritual" - retries: 2 - delay: 60 + retries: 5 + delay: 120 failed_when: '"ONCHAIN EXECUTION COMPLETE & SUCCESSFUL" not in contract_deploy_output.stdout' - name: Update CallContract.s.sol with contract address @@ -212,8 +212,8 @@ register: contract_call_output args: chdir: "{{ ansible_env.HOME }}/ritual" - retries: 2 - delay: 60 + retries: 5 + delay: 120 failed_when: '"ONCHAIN EXECUTION COMPLETE & SUCCESSFUL" not in contract_call_output.stdout' # - name: Set Docker containers to restart unless stopped