Merge "Add Ansible version to job header"

This commit is contained in:
Zuul 2018-03-07 09:19:15 +00:00 committed by Gerrit Code Review
commit f8fd1b0a92

View File

@ -8,6 +8,7 @@
debug:
msg: |
# Job Information
Ansible Version: {{ ansible_version['full'] }}
Job: {{ zuul.job }}
Pipeline: {{ zuul.pipeline }}
Executor: {{ zuul.executor.hostname }}