mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 14:45:28 +01:00
parent
27482c25f9
commit
6b347f3725
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ set +ux
|
|||
set -ux
|
||||
|
||||
#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/"
|
||||
TEST_DIR="${COLLECTION_DIR}/ansible/posix"
|
||||
|
|
|
|||
Loading…
Reference in a new issue