ansible patch

This commit is contained in:
변정훈
2023-06-30 14:28:54 +09:00
parent 3e776b2500
commit 0efc1f516f

View File

@@ -21,6 +21,18 @@
args: args:
chdir: /home/jh 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 - name: git commit task
shell: git commit -m "IP Check List Update" shell: git commit -m "IP Check List Update"
args: args: