Remove pip_install dependency
With addition of pip_install on every node, we don't need to have pip_install as a meta dependency. Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868 Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d Change-Id: I4f58507546b6990003e9465851c8039de9eeb35c
This commit is contained in:
parent
536dd3446e
commit
9dbda04b9f
@ -27,11 +27,12 @@ Default variables
|
||||
:start-after: under the License.
|
||||
|
||||
|
||||
Required variables
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
Dependencies
|
||||
~~~~~~~~~~~~
|
||||
|
||||
This list is not exhaustive at present. See role internals for further
|
||||
details.
|
||||
This role needs pip >= 7.1 installed on the target host.
|
||||
|
||||
This role needs to have the following variables defined:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
@ -41,6 +42,9 @@ details.
|
||||
# Hostname or IP address of the Galera database
|
||||
cinder_galera_address: "1.2.3.4"
|
||||
|
||||
This list is not exhaustive at present. See role internals for further
|
||||
details.
|
||||
|
||||
Example playbook
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -38,7 +38,6 @@ galaxy_info:
|
||||
- development
|
||||
- openstack
|
||||
dependencies:
|
||||
- pip_install
|
||||
- role: apt_package_pinning
|
||||
when:
|
||||
- ansible_pkg_mgr == 'apt'
|
||||
|
Loading…
x
Reference in New Issue
Block a user