소스 검색

update prefix

pull/3410/head
Aine 2 년 전
부모
커밋
096d06ee2d
No known key found for this signature in database GPG 키 ID: 34969C908CCA2804
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      justfile

+ 1
- 1
justfile 파일 보기

@@ -20,7 +20,7 @@ update *flags: #update-self
echo {{ if flags == "" { "installing roles..." } else if flags == "-u" { "updating roles..." } else { "unknown flag passed" } }}
agru {{ flags }}
else
echo "[INFO] you are using standard ansible-galaxy to install roles, it's slow and cannot update roles if there are newer tags available. We recommend to install 'agru' tool to speed up the process: https://gitlab.com/etke.cc/tools/agru#where-to-get"
echo "[NOTE] you are using standard ansible-galaxy to install roles, it's slow and cannot update roles if there are newer tags available. We recommend to install 'agru' tool to speed up the process: https://gitlab.com/etke.cc/tools/agru#where-to-get"
echo "installing roles..."
rm -rf roles/galaxy
ansible-galaxy install -r requirements.yml -p roles/galaxy/ --force


불러오는 중...
취소
저장