ansible patch
This commit is contained in:
@@ -15,3 +15,12 @@
|
|||||||
shell: sh /home/jh/ipcheck.sh
|
shell: sh /home/jh/ipcheck.sh
|
||||||
args:
|
args:
|
||||||
chdir: /home/jh
|
chdir: /home/jh
|
||||||
|
|
||||||
|
- name: git add task
|
||||||
|
shell: git add .
|
||||||
|
|
||||||
|
- name: git commit task
|
||||||
|
shell: git commit -m "IP Check List Update"
|
||||||
|
|
||||||
|
- name: git push task
|
||||||
|
shell: git push -u origin main
|
||||||
|
|||||||
Reference in New Issue
Block a user