commit author/email change to dev user

This commit is contained in:
Chris Hammer
2022-02-23 17:22:33 -05:00
parent 781e3ce0c6
commit 4ce50a6820

View File

@ -68,8 +68,8 @@
id : 119 id : 119
branch : main branch : main
commit_message : "{{ inventory_hostname }} - SUCCESS: {{ r_check_file.stdout }}" commit_message : "{{ inventory_hostname }} - SUCCESS: {{ r_check_file.stdout }}"
author_name : Chris Hammer author_name : "Ansible Deploy - Test"
author_email : chris.hammer@redhat.com author_email : naye.jokopuwo@thezengarden.net
actions: actions:
- action : create - action : create
file_path : "successful_jobs/{{ inventory_hostname }}_{{ ansible_date_time.iso8601 }}.txt" file_path : "successful_jobs/{{ inventory_hostname }}_{{ ansible_date_time.iso8601 }}.txt"
@ -115,8 +115,8 @@
id : 119 id : 119
branch : main branch : main
commit_message : "{{ inventory_hostname }} - FAILED: {{ r_check_file.msg }}" commit_message : "{{ inventory_hostname }} - FAILED: {{ r_check_file.msg }}"
author_name : Chris Hammer author_name : "Ansible Deploy - Test"
author_email : chris.hammer@redhat.com author_email : naye.jokopuwo@thezengarden.net
actions: actions:
- action : create - action : create
file_path : "failed_jobs/{{ inventory_hostname }}_{{ ansible_date_time.iso8601 }}.txt" file_path : "failed_jobs/{{ inventory_hostname }}_{{ ansible_date_time.iso8601 }}.txt"