Skip to content

Commit 39a6bd2

Browse files
authored
Relax pinned versions to use breaking ones as upper limits (#1749)
Let's use ansible.utils<6.0.0 and ansible.netcommon<8.0.0 as ceiling so we can benefit from minor releases / bug fixes.
1 parent b261be3 commit 39a6bd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

01_install_requirements.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ pushd ${METAL3_DEV_ENV_PATH}
137137
ansible-galaxy install -r vm-setup/requirements.yml
138138
# Let's temporarily pin these collections to the latest compatible with ansible-2.15
139139
#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
140+
ansible-galaxy collection install 'ansible.netcommon<8.0.0' ansible.posix 'ansible.utils<6.0.0' community.general
141141
ANSIBLE_FORCE_COLOR=true ansible-playbook \
142142
-e "working_dir=$WORKING_DIR" \
143143
-e "virthost=$HOSTNAME" \

0 commit comments

Comments
 (0)