diff --git a/tasks/main.yml b/tasks/main.yml index 1965762..645c98d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -27,12 +27,12 @@ state: absent ####################################################### -- debug: msg="Waiting 60 seconds to allow metallb to fully deploy" +- debug: msg="Waiting 90 seconds to allow metallb to fully deploy" ####################################################### -- name: Wait 60 seconds to allow metallb to fully deploy +- name: Wait 90 seconds to allow metallb to fully deploy wait_for: - timeout: 60 + timeout: 90 - name: Create metallb IPAddressPool object kubernetes.core.k8s: