mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-11 23:25:28 +01:00
Use temp-2.10-devel
This commit is contained in:
parent
bb291bef60
commit
43569bca98
1 changed files with 2 additions and 2 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-collection-migration/ansible-base.git --disable-pip-version-check
|
pip install git+https://github.com/ansible/ansible.git@temp-2.10-devel --disable-pip-version-check
|
||||||
|
|
||||||
COLLECTION_DIR="${HOME}/.ansible/ansible_collections/"
|
COLLECTION_DIR="${HOME}/.ansible/ansible_collections/"
|
||||||
TEST_DIR="${COLLECTION_DIR}/ansible/posix"
|
TEST_DIR="${COLLECTION_DIR}/ansible/posix"
|
||||||
|
|
@ -126,7 +126,7 @@ mkdir /tmp/collection_deps
|
||||||
git clone https://github.com/ansible-collections/community.general.git /tmp/collection_deps/community.general
|
git clone https://github.com/ansible-collections/community.general.git /tmp/collection_deps/community.general
|
||||||
cd /tmp/collection_deps/community.general
|
cd /tmp/collection_deps/community.general
|
||||||
ansible-galaxy collection build
|
ansible-galaxy collection build
|
||||||
ansible-galaxy collection install community-general* -p ${COLLECTION_DIR}
|
ansible-galaxy collection install community-general* -p "${COLLECTION_DIR}"
|
||||||
)
|
)
|
||||||
# END: HACK
|
# END: HACK
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue