diff --git a/loctevm-reset.yml b/loctevm-reset.yml index 107a0b6..26c51e6 100755 --- a/loctevm-reset.yml +++ b/loctevm-reset.yml @@ -41,7 +41,7 @@ delegate_to: 127.0.0.1 # local action - name: wait for port 80 to appear (after reboot after OS installation) - wait_for: host={{ansible_host}} port=80 state=started timeout=900 + wait_for: host={{ansible_host}} port=80 state=started timeout=2500 delegate_to: 127.0.0.1 # local action - hosts: test-vms