mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
c012d0fba7
commit
0a710c2a03
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ set +ux
|
||||||
set -ux
|
set -ux
|
||||||
|
|
||||||
#pip install ansible==2.9.0 --disable-pip-version-check
|
#pip install ansible==2.9.0 --disable-pip-version-check
|
||||||
pip install git+https://github.com/ansible/ansible.git@temp-2.10-devel --disable-pip-version-check
|
pip install https://github.com/ansible/ansible/archive/devel.tar.gz --disable-pip-version-check
|
||||||
|
|
||||||
COLLECTION_DIR="${HOME}/.ansible/ansible_collections/"
|
COLLECTION_DIR="${HOME}/.ansible/ansible_collections/"
|
||||||
TEST_DIR="${COLLECTION_DIR}/community/general"
|
TEST_DIR="${COLLECTION_DIR}/community/general"
|
||||||
|
|
Loading…
Reference in a new issue