From 0efc1f516f0ff61fe4ee983fe1e6b02c846d25b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EB=B3=80=EC=A0=95=ED=9B=88?= Date: Fri, 30 Jun 2023 14:28:54 +0900 Subject: [PATCH] ansible patch --- roles/ipcheck/tasks/main.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/ipcheck/tasks/main.yml b/roles/ipcheck/tasks/main.yml index 790f05d..f72ef73 100644 --- a/roles/ipcheck/tasks/main.yml +++ b/roles/ipcheck/tasks/main.yml @@ -21,6 +21,18 @@ args: chdir: /home/jh +- name: git config + shell: | + git config user.email "sa_8001@ex-em.com" + git config user.id "byeonjunghun" + args: + chdir: /home/jh + +#- name: git config id +# shell: git config user.id "byeonjunghun" +# args: +# chdir: /home/jh + - name: git commit task shell: git commit -m "IP Check List Update" args: