From 9a90fed31e7b6941a41f3005c30bd4885920ec9b 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:09:57 +0900 Subject: [PATCH] ansible patch --- roles/ipcheck/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/ipcheck/tasks/main.yml b/roles/ipcheck/tasks/main.yml index 5a80d79..842a4b2 100644 --- a/roles/ipcheck/tasks/main.yml +++ b/roles/ipcheck/tasks/main.yml @@ -7,7 +7,7 @@ - name: git config shell: git config --global user.email "sa_8001@ex-em.com" -- name git config +- name: git config shell: git config --global user.name "sa8001" - name: git init