We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b261be3 commit 39a6bd2Copy full SHA for 39a6bd2
01_install_requirements.sh
@@ -137,7 +137,7 @@ pushd ${METAL3_DEV_ENV_PATH}
137
ansible-galaxy install -r vm-setup/requirements.yml
138
# Let's temporarily pin these collections to the latest compatible with ansible-2.15
139
#ansible-galaxy collection install --upgrade ansible.netcommon ansible.posix ansible.utils community.general
140
-ansible-galaxy collection install 'ansible.netcommon<=7.2.0' ansible.posix 'ansible.utils<=5.1.2' community.general
+ansible-galaxy collection install 'ansible.netcommon<8.0.0' ansible.posix 'ansible.utils<6.0.0' community.general
141
ANSIBLE_FORCE_COLOR=true ansible-playbook \
142
-e "working_dir=$WORKING_DIR" \
143
-e "virthost=$HOSTNAME" \
0 commit comments