task 수정
This commit is contained in:
@@ -36,8 +36,8 @@
|
||||
ls -al
|
||||
git config --global user.email "sa_8001@ex-em.com"
|
||||
git config --global user.name "ByeonJungHun"
|
||||
git clone https://{{ git_user }}:{{ git_key }}@github.com/CloudMOA/security_check.git ~/security_check
|
||||
cp ./README.md ~/security_check/README.md
|
||||
git clone https://{{ git_user }}:{{ git_key }}github.com/CloudMOA/dsk-iac.git ~/security_check
|
||||
cp ./README.md ~/dsk-iac/ansible/security_check/README.md
|
||||
cd ~/security_check
|
||||
cat README.md
|
||||
pwd
|
||||
@@ -49,5 +49,5 @@
|
||||
when: "'nas' in group_names"
|
||||
|
||||
- debug:
|
||||
msg: "결과 확인 : https://github.com/CloudMOA/security_check.git"
|
||||
msg: "결과 확인 : https://github.com/CloudMOA/dsk-iac/tree/main/ansible/security_check"
|
||||
when: "'nas' in group_names"
|
||||
Reference in New Issue
Block a user