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: