ansible patch
This commit is contained in:
@@ -18,9 +18,15 @@
|
|||||||
|
|
||||||
- name: git add task
|
- name: git add task
|
||||||
shell: git add .
|
shell: git add .
|
||||||
|
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:
|
||||||
|
chdir: /home/jh
|
||||||
|
|
||||||
- name: git push task
|
- name: git push task
|
||||||
shell: git push -u origin main
|
shell: git push -u origin main
|
||||||
|
args:
|
||||||
|
chdir: /home/jh
|
||||||
|
|||||||
Reference in New Issue
Block a user