Skip to content

Commit

Permalink
Bump ansible-core version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdillon committed Feb 5, 2024
1 parent 8ea9a41 commit 651d552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/installer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ COPY images/installer/root /
RUN yum install -y epel-release 'dnf-command(config-manager)' && \
yum config-manager --enable built > /dev/null && \
yum install --setopt=tsflags=nodocs -y \
'ansible-core < 2.14' \
'ansible-core < 2.16' \
python38-dateutil python38-urllib3 \
openshift-ansible-test && \
yum clean all
Expand Down

0 comments on commit 651d552

Please sign in to comment.