ansible patch
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user