letsencrypt-install-txt-record: pause after adding TXT records

The rdnc reload should notify the child nameservers which will update
quickly, but for general sanity pause 1 minute to allow for
propagation of the added authentication records before continuing.

Change-Id: Ic0f9398e056df77c96824eff8215395947997d82
This commit is contained in:
Ian Wienand 2020-10-28 13:43:50 +11:00
parent b72845c274
commit bdc56b1caf

View File

@ -33,4 +33,9 @@
- name: Reload domain
shell: rndc reload acme.opendev.org
when: acme_txt_keys | length > 0
- name: Pause to allow nameserver propagation
pause:
minutes: 1
when: acme_txt_keys | length > 0