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:
|
||||
- include: common-tasks/os-lxc-container-setup.yml
|
||||
roles:
|
||||
- role: "pip_install"
|
||||
pip_lock_to_internal_repo: "{{ (pip_links | length) >= 1 }}"
|
||||
- role: "system_crontab_coordination"
|
||||
tags:
|
||||
- "system-crontab-coordination"
|
||||
|
Loading…
Reference in New Issue
Block a user