Merge "Remove pip_install dependency"
This commit is contained in:
commit
7c427be2bd
@ -24,11 +24,10 @@ Default variables
|
|||||||
:start-after: under the License.
|
:start-after: under the License.
|
||||||
|
|
||||||
|
|
||||||
Required variables
|
Dependencies
|
||||||
~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
None.
|
|
||||||
|
|
||||||
|
This role needs pip >= 7.1 installed on the target host.
|
||||||
|
|
||||||
Example playbook
|
Example playbook
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
@ -43,4 +42,3 @@ Tags
|
|||||||
This role supports the ``octavia-install`` and ``octavia-config`` tags.
|
This role supports the ``octavia-install`` and ``octavia-config`` tags.
|
||||||
Use the ``octavia-install`` tag to install and upgrade. Use the
|
Use the ``octavia-install`` tag to install and upgrade. Use the
|
||||||
``octavia-config`` tag to maintain configuration of the service.
|
``octavia-config`` tag to maintain configuration of the service.
|
||||||
|
|
||||||
|
@ -30,7 +30,6 @@ galaxy_info:
|
|||||||
- openstack
|
- openstack
|
||||||
- python
|
- python
|
||||||
dependencies:
|
dependencies:
|
||||||
- pip_install
|
|
||||||
- role: apt_package_pinning
|
- role: apt_package_pinning
|
||||||
when:
|
when:
|
||||||
- ansible_pkg_mgr == 'apt'
|
- ansible_pkg_mgr == 'apt'
|
||||||
|
Loading…
Reference in New Issue
Block a user