Merge "Remove unused python path calculation from vmtp"
This commit is contained in:
@@ -12,16 +12,6 @@
|
|||||||
- item.value.enabled | bool
|
- item.value.enabled | bool
|
||||||
with_dict: "{{ vmtp_services }}"
|
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
|
- name: Copying over configuration file for vmtp
|
||||||
vars:
|
vars:
|
||||||
service: "{{ vmtp_services['vmtp'] }}"
|
service: "{{ vmtp_services['vmtp'] }}"
|
||||||
|
Reference in New Issue
Block a user