ansible patch

This commit is contained in:
변정훈
2023-06-30 13:56:59 +09:00
parent 02515fa64e
commit 682a9b0c29

View File

@@ -15,3 +15,12 @@
shell: sh /home/jh/ipcheck.sh
args:
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