Skip to content

Commit ead4115

Browse files
authored
Merge pull request #1890 from mboersma/pin-ansible-community
Pin ansible community.general before 12.0.0
2 parents e1b4516 + 9125f76 commit ead4115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/capi/hack/ensure-ansible.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ fi
4949
echo ${ansible_version[*]}
5050

5151
ansible-galaxy collection install \
52-
community.general \
52+
'community.general:<12.0.0' \
5353
ansible.posix \
5454
'ansible.windows:>=1.7.0' \
5555
community.windows

0 commit comments

Comments
 (0)