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:
parent
b72845c274
commit
bdc56b1caf
@ -33,4 +33,9 @@
|
|||||||
|
|
||||||
- name: Reload domain
|
- name: Reload domain
|
||||||
shell: rndc reload acme.opendev.org
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user