Skip to content
Snippets Groups Projects
Commit 02dccdab authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "Uninstall ansible-base package only if exists"

parents 89861732 1aacc0f9
No related branches found
No related tags found
No related merge requests found
...@@ -81,6 +81,7 @@ ...@@ -81,6 +81,7 @@
state: absent state: absent
virtualenv: "{{ kolla_ansible_venv }}" virtualenv: "{{ kolla_ansible_venv }}"
virtualenv_python: "{{ kolla_ansible_venv_python }}" virtualenv_python: "{{ kolla_ansible_venv_python }}"
when: "'ansible-base' in pip_packages.packages[kolla_ansible_pip]"
vars: vars:
kolla_ansible_pip: "{{ kolla_ansible_venv }}/bin/pip" kolla_ansible_pip: "{{ kolla_ansible_venv }}/bin/pip"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment