From 1d116cae8f83afa066481dfa1cd33e548e7ed894 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 23 Feb 2022 21:56:10 -0500 Subject: [PATCH] add the word "Job" --- inmem-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inmem-test.yml b/inmem-test.yml index bef0138..468f18e 100644 --- a/inmem-test.yml +++ b/inmem-test.yml @@ -77,7 +77,7 @@ author_email : "{{ git_commit_email }}" actions: - action : create - file_path : "successful_jobs/{{ lookup('env', 'JOB_ID') }}_\ + file_path : "successful_jobs/Job {{ lookup('env', 'JOB_ID') }}_\ {{ inventory_hostname }}_\ {{ ansible_date_time.iso8601 }}.txt" content : | @@ -136,7 +136,7 @@ author_email : "{{ git_commit_email }}" actions: - action : create - file_path : "failed_jobs/{{ lookup('env', 'JOB_ID') }}_\ + file_path : "failed_jobs/Job {{ lookup('env', 'JOB_ID') }}_\ {{ inventory_hostname }}_\ {{ ansible_date_time.iso8601 }}.txt" content : |