ansible patch

This commit is contained in:
변정훈
2023-06-30 14:20:52 +09:00
parent 682a9b0c29
commit 3e776b2500

View File

@@ -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