Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump ansible-core version #12478

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions images/installer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ 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' \
python38-dateutil python38-urllib3 \
'ansible-core < 2.16' \
python3-pip \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
python3-pip \

openshift-ansible-test && \
yum clean all

# for ec2_ami_info (in workers-rhel-aws-provision CI step) which requires boto3
RUN ansible-galaxy collection install -p /usr/share/ansible/collections amazon.aws && \
find $HOME/.ansible -delete && \
pip3 install --no-cache-dir boto3
pip3 install --no-cache-dir boto3 botocore

RUN /usr/local/bin/user_setup \
&& rm /usr/local/bin/usage.ocp
Expand Down