ansible patch

This commit is contained in:
변정훈
2023-06-30 12:00:12 +09:00
parent bfa85ce5f9
commit b86191664f
2 changed files with 5 additions and 5 deletions

View File

@@ -4,10 +4,10 @@
args:
chdir: /runner/project
#- name: git remote add
# shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
# args:
# chdir: /runner/project
- name: git remote add
shell: git remote add origin https://github.com/ByeonJungHun/ipcheck.git
args:
chdir: /runner/project
- name: git add
shell: git add .