add the word "Job"
This commit is contained in:
@ -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 : |
|
||||||
|
Reference in New Issue
Block a user