add the word "Job"

This commit is contained in:
Chris Hammer
2022-02-23 21:56:10 -05:00
parent 5e79bf4e83
commit 1d116cae8f

View File

@ -77,7 +77,7 @@
author_email : "{{ git_commit_email }}" author_email : "{{ git_commit_email }}"
actions: actions:
- action : create - action : create
file_path : "successful_jobs/{{ lookup('env', 'JOB_ID') }}_\ file_path : "successful_jobs/Job {{ lookup('env', 'JOB_ID') }}_\
{{ inventory_hostname }}_\ {{ inventory_hostname }}_\
{{ ansible_date_time.iso8601 }}.txt" {{ ansible_date_time.iso8601 }}.txt"
content : | content : |
@ -136,7 +136,7 @@
author_email : "{{ git_commit_email }}" author_email : "{{ git_commit_email }}"
actions: actions:
- action : create - action : create
file_path : "failed_jobs/{{ lookup('env', 'JOB_ID') }}_\ file_path : "failed_jobs/Job {{ lookup('env', 'JOB_ID') }}_\
{{ inventory_hostname }}_\ {{ inventory_hostname }}_\
{{ ansible_date_time.iso8601 }}.txt" {{ ansible_date_time.iso8601 }}.txt"
content : | content : |