Add Ansible version to job header

As we look towards updating the version of Ansible zuul is running with,
letting people know what version it is would be friendly.

Change-Id: I09cd990af5365a8da3c339eede128166a76b35dd
This commit is contained in:
Monty Taylor 2018-01-22 17:41:09 -05:00 committed by David Moreau Simard
parent ce176a5b6f
commit 72fe550764
1 changed files with 1 additions and 0 deletions

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 }}