update
This commit is contained in:
@@ -34,15 +34,12 @@
|
|||||||
shell: |
|
shell: |
|
||||||
pwd
|
pwd
|
||||||
ls -al
|
ls -al
|
||||||
git config --global user.email "sa_8001@ex-em.com"
|
git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git
|
||||||
git config --global user.name "ByeonJungHun"
|
cp ./README.md ./security_check/README.md
|
||||||
git config --global init.defaultBranch main
|
cd ./security_check
|
||||||
git init
|
|
||||||
git remote add origin https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git
|
|
||||||
git pull origin main
|
|
||||||
git add .
|
git add .
|
||||||
git commit -m "README.md Update"
|
git commit -m "검사 결과 업데이트"
|
||||||
git push origin main
|
git push
|
||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
||||||
when: "'nas' in group_names"
|
when: "'nas' in group_names"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user