Skip to content

Commit

Permalink
update ansible version
Browse files Browse the repository at this point in the history
Fixes:
"""
Unknown error when attempting to call Galaxy at 'https://galaxy.ansible.com/api/': 'CustomHTTPSConnection' object has no attribute 'cert_file'. 'CustomHTTPSConnection' object has no attribute 'cert_file'
"""

Signed-off-by: Vallari Agrawal <[email protected]>
(cherry picked from commit 336cae7)
  • Loading branch information
VallariAg authored and kamoltat committed May 29, 2024
1 parent 27db304 commit 47ddc26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/docker-compose/teuthology/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get update && \
python3-pip \
python3-venv \
vim \
locales-all \
libev-dev \
libvirt-dev \
libffi-dev \
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --extra=test pyproject.toml
#
ansible-core==2.13.13
ansible-core==2.16.6
# via teuthology (pyproject.toml)
apache-libcloud==3.8.0
# via teuthology (pyproject.toml)
Expand Down

0 comments on commit 47ddc26

Please sign in to comment.