Remove pip_install role execution from RabbitMQ playbook
The RabbitMQ role no longer does any python package installation, so the pip_install role execution is no longer required. Change-Id: Ia05afabc756664195a382081382667a537f7ad33
This commit is contained in:
parent
79bcc91587
commit
e481744787
@ -21,8 +21,6 @@
|
|||||||
pre_tasks:
|
pre_tasks:
|
||||||
- include: common-tasks/os-lxc-container-setup.yml
|
- include: common-tasks/os-lxc-container-setup.yml
|
||||||
roles:
|
roles:
|
||||||
- role: "pip_install"
|
|
||||||
pip_lock_to_internal_repo: "{{ (pip_links | length) >= 1 }}"
|
|
||||||
- role: "system_crontab_coordination"
|
- role: "system_crontab_coordination"
|
||||||
tags:
|
tags:
|
||||||
- "system-crontab-coordination"
|
- "system-crontab-coordination"
|
||||||
|
Loading…
Reference in New Issue
Block a user