mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Refresh inventory collection requirements (#4296)
* Refresh inventory collection requirements Fix bug specific to Docker development where the right folder of install was not specified in the setting Add initial rhv/ovirt version for consistency * Update unit test to ovirt name change
This commit is contained in:
@@ -50,10 +50,10 @@ else
|
||||
echo "VMWare collection already exists"
|
||||
fi
|
||||
|
||||
if [ ! -d "$base_dir/ovirt/ovirt_collection" ]
|
||||
if [ ! -d "$base_dir/ovirt/ovirt" ]
|
||||
then
|
||||
mkdir -p $base_dir/ovirt
|
||||
git clone $base_dir/ovirt/ovirt_collection
|
||||
git clone https://github.com/oVirt/ovirt-ansible-collection.git $base_dir/ovirt/ovirt
|
||||
else
|
||||
echo "Ovirt collection already exists"
|
||||
fi
|
||||
@@ -62,7 +62,6 @@ if [ ! -d "$base_dir/awx/awx" ]
|
||||
then
|
||||
mkdir -p $base_dir/awx
|
||||
ln -s $(shell pwd)/awx_collection $base_dir/awx/awx
|
||||
git clone $base_dir/awx/awx
|
||||
else
|
||||
echo "awx collection already exists"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user