From 4ce50a6820d56e1be63ba2697aebb35d59b36c53 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Wed, 23 Feb 2022 17:22:33 -0500 Subject: [PATCH] commit author/email change to dev user --- inmem-test.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inmem-test.yml b/inmem-test.yml index f215601..737b475 100644 --- a/inmem-test.yml +++ b/inmem-test.yml @@ -68,8 +68,8 @@ id : 119 branch : main commit_message : "{{ inventory_hostname }} - SUCCESS: {{ r_check_file.stdout }}" - author_name : Chris Hammer - author_email : chris.hammer@redhat.com + author_name : "Ansible Deploy - Test" + author_email : naye.jokopuwo@thezengarden.net actions: - action : create file_path : "successful_jobs/{{ inventory_hostname }}_{{ ansible_date_time.iso8601 }}.txt" @@ -115,8 +115,8 @@ id : 119 branch : main commit_message : "{{ inventory_hostname }} - FAILED: {{ r_check_file.msg }}" - author_name : Chris Hammer - author_email : chris.hammer@redhat.com + author_name : "Ansible Deploy - Test" + author_email : naye.jokopuwo@thezengarden.net actions: - action : create file_path : "failed_jobs/{{ inventory_hostname }}_{{ ansible_date_time.iso8601 }}.txt"