Merge "Remove unused python path calculation from vmtp"

This commit is contained in:
Zuul 2020-02-04 14:10:40 +00:00 committed by Gerrit Code Review
commit ac876459ba

View File

@ -12,16 +12,6 @@
- item.value.enabled | bool
with_dict: "{{ vmtp_services }}"
- name: Register binary python path
command: echo /usr/lib/python2.7/site-packages
register: python_path
when: vmtp_install_type == 'binary'
- name: Register source python path
command: echo /var/lib/kolla/venv/lib/python2.7/site-packages
register: python_path
when: vmtp_install_type != 'binary'
- name: Copying over configuration file for vmtp
vars:
service: "{{ vmtp_services['vmtp'] }}"