Skip to content

Commit

Permalink
Ansible core must be less than 2.17 for rhel 8
Browse files Browse the repository at this point in the history
  • Loading branch information
barbacbd committed Jul 10, 2024
1 parent ca88683 commit a6bd995
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/installer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN ln -s /usr/bin/python3.11 /usr/bin/python3
RUN ln -s /usr/bin/pip3.11 /usr/bin/pip3

# for ec2_ami_info (in workers-rhel-aws-provision CI step) which requires boto3
RUN pip3 install --no-cache-dir boto3 botocore ansible-core
RUN pip3 install --no-cache-dir boto3 botocore 'ansible-core<2.17'

# ansible-galaxy will not be available until ansible-core is installed
RUN ansible-galaxy collection install -p /usr/share/ansible/collections amazon.aws && \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Versions are pinned to prevent pypi releases arbitrarily breaking
# tests with new APIs/semantics. We want to update versions deliberately.
ansible-core
ansible-core<2.17

0 comments on commit a6bd995

Please sign in to comment.