Merge "Update Ansible to 2.10 in kolla-toolbox"

This commit is contained in:
Zuul 2021-03-08 19:29:19 +00:00 committed by Gerrit Code Review
commit b8c7488d55
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ RUN mkdir -p /requirements \
ENV PATH {{ virtualenv_path }}/bin:$PATH
{% set kolla_toolbox_pip_packages = [
'ansible==2.9.*',
'ansible==2.10.*',
'cmd2',
'influxdb',
'mysqlclient',