ansible patch

This commit is contained in:
변정훈
2023-06-30 12:07:38 +09:00
parent a7d5d2932c
commit eb83bd3c6b

View File

@@ -4,6 +4,12 @@
args: args:
chdir: /runner/project chdir: /runner/project
- name: git config
shell: git config --global user.email "sa_8001@ex-em.com"
- name git config
shell: git config --global user.name "sa8001"
- name: git init - name: git init
shell: git init shell: git init
args: args: