Skip to content

Commit 47ddc26

Browse files
VallariAgkamoltat
authored andcommitted
update ansible version
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)
1 parent 27db304 commit 47ddc26

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/docker-compose/teuthology/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && \
1111
python3-pip \
1212
python3-venv \
1313
vim \
14+
locales-all \
1415
libev-dev \
1516
libvirt-dev \
1617
libffi-dev \

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# pip-compile --extra=test pyproject.toml
66
#
7-
ansible-core==2.13.13
7+
ansible-core==2.16.6
88
# via teuthology (pyproject.toml)
99
apache-libcloud==3.8.0
1010
# via teuthology (pyproject.toml)

0 commit comments

Comments
 (0)