From eb83bd3c6b6d213c92b5e0d3789082897da48e09 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 12:07:38 +0900 Subject: [PATCH] ansible patch --- roles/ipcheck/tasks/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/ipcheck/tasks/main.yml b/roles/ipcheck/tasks/main.yml index 53f414c..5a80d79 100644 --- a/roles/ipcheck/tasks/main.yml +++ b/roles/ipcheck/tasks/main.yml @@ -4,6 +4,12 @@ args: chdir: /runner/project +- name: git config + shell: git config --global user.email "sa_8001@ex-em.com" + +- name git config + shell: git config --global user.name "sa8001" + - name: git init shell: git init args: