Ian Wienand af3f79121a
linter: Use capitals for names
This is pretty trivial, but consistency is probably better in this
regard and it does guide you to writing a sentence that is human
parsable, which is the point of it.

Change-Id: Iaab9bb6aec0ad0f1d3cae10364c1f1b37d02801e
2022-11-07 10:37:53 +11:00

11 lines
238 B
YAML

---
- name: Check if node is available for ssh
wait_for_connection:
- name: Run start-zuul-console role
include_role:
name: start-zuul-console
- name: Confirm that dns is up
command: "nslookup -retry=60 {{ nslookup_target }}"