the KUESPRAYDIR defined but never used (#8930)
* fix dir error * the command line should align
This commit is contained in:
parent
0761659a43
commit
14c0f368b6
2 changed files with 4 additions and 4 deletions
|
@ -13,7 +13,7 @@ KUBESPRAYDIR=kubespray
|
||||||
ANSIBLE_VERSION=2.12
|
ANSIBLE_VERSION=2.12
|
||||||
virtualenv --python=$(which python3) $VENVDIR
|
virtualenv --python=$(which python3) $VENVDIR
|
||||||
source $VENVDIR/bin/activate
|
source $VENVDIR/bin/activate
|
||||||
cd $KUESPRAYDIR
|
cd $KUBESPRAYDIR
|
||||||
pip install -U -r requirements-$ANSIBLE_VERSION.txt
|
pip install -U -r requirements-$ANSIBLE_VERSION.txt
|
||||||
test -f requirements-$ANSIBLE_VERSION.yml && \
|
test -f requirements-$ANSIBLE_VERSION.yml && \
|
||||||
ansible-galaxy role install -r requirements-$ANSIBLE_VERSION.yml && \
|
ansible-galaxy role install -r requirements-$ANSIBLE_VERSION.yml && \
|
||||||
|
|
Loading…
Reference in a new issue