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