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