diff --git a/playbooks/base-test/pre.yaml b/playbooks/base-test/pre.yaml index a5a3f4f..e649e96 100644 --- a/playbooks/base-test/pre.yaml +++ b/playbooks/base-test/pre.yaml @@ -2,3 +2,9 @@ roles: - add-build-sshkey - prepare-workspace + # This role ensures basic connectivity and produces some + # helpful information in zuul-info/ + - validate-host + # This roles copies the ansible inventory to zuul-info/ + # for debugging purposes + - log-inventory diff --git a/playbooks/base/pre.yaml b/playbooks/base/pre.yaml index a5a3f4f..e649e96 100644 --- a/playbooks/base/pre.yaml +++ b/playbooks/base/pre.yaml @@ -2,3 +2,9 @@ roles: - add-build-sshkey - prepare-workspace + # This role ensures basic connectivity and produces some + # helpful information in zuul-info/ + - validate-host + # This roles copies the ansible inventory to zuul-info/ + # for debugging purposes + - log-inventory