File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,12 @@ kolla_ansible_source_version: "{{ stackhpc_kolla_ansible_source_version }}"
4848# kolla_ansible_venv:
4949
5050# Extra requirements to install inside the kolla-ansible virtualenv.
51- # kolla_ansible_venv_extra_requirements:
51+ kolla_ansible_venv_extra_requirements : " {{ lookup('vars', 'kolla_ansible_venv_extra_requirements_' ~ os_distribution, default=[]) }}"
52+
53+ # Rocky specific requirements in the kolla-ansible virtualenv
54+ kolla_ansible_venv_extra_requirements_rocky :
55+ # NOTE(wszumski): This is wallaby specific as we can use ansible-core 2.11 in Xena.
56+ - ' ansible-base@git+https://github.com/stackhpc/ansible@stackhpc/2.10/rocky'
5257
5358# Pip requirement specifier for the ansible package. NOTE: This limits the
5459# version of ansible used by kolla-ansible to avoid new releases from breaking
You can’t perform that action at this time.
0 commit comments