Merge "letsencrypt-install-txt-record: pause after adding TXT records"
This commit is contained in:
commit
07d476f48f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user