From 72fe550764c04054ef24c752e8735cab91e4e5a1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Mon, 22 Jan 2018 17:41:09 -0500 Subject: [PATCH] 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 --- roles/emit-job-header/tasks/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/emit-job-header/tasks/main.yaml b/roles/emit-job-header/tasks/main.yaml index 5a54f6408..960e7affa 100644 --- a/roles/emit-job-header/tasks/main.yaml +++ b/roles/emit-job-header/tasks/main.yaml @@ -8,6 +8,7 @@ debug: msg: | # Job Information + Ansible Version: {{ ansible_version['full'] }} Job: {{ zuul.job }} Pipeline: {{ zuul.pipeline }} Executor: {{ zuul.executor.hostname }}