We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a38a26 commit 0a869b9Copy full SHA for 0a869b9
playbooks/roles/bootstrap-webrouter-stop/tasks/main.yaml
@@ -16,6 +16,9 @@
16
- name: remove registry.DOMAIN
17
set_dnsmasq_domain: domain="registry.{{ domain }}" record=""
18
19
+- name: wait for DNS resolution ready
20
+ pause: seconds=2
21
+
22
- name: check new webrouter works well
23
shell: "curl -s registry.lain/v2/"
24
register: result
0 commit comments