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: Ia7612ad0ef2652ccdaa7370027c8f1fe5e8376fe
This commit is contained in:
parent
6b4fb1a2a5
commit
b5b4a5ebed
@ -23,12 +23,10 @@ Default variables
|
|||||||
:language: yaml
|
:language: yaml
|
||||||
:start-after: under the License.
|
:start-after: under the License.
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
~~~~~~~~~~~~
|
||||||
|
|
||||||
Required variables
|
This role needs pip >= 7.1 installed on the target host.
|
||||||
~~~~~~~~~~~~~~~~~~
|
|
||||||
|
|
||||||
None.
|
|
||||||
|
|
||||||
|
|
||||||
Example playbook
|
Example playbook
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
@ -36,9 +34,8 @@ Example playbook
|
|||||||
.. literalinclude:: ../../examples/playbook.yml
|
.. literalinclude:: ../../examples/playbook.yml
|
||||||
:language: yaml
|
:language: yaml
|
||||||
|
|
||||||
|
|
||||||
Tags
|
Tags
|
||||||
====
|
~~~~
|
||||||
|
|
||||||
This role supports the ``ironic-install`` and ``ironic-config`` tags.
|
This role supports the ``ironic-install`` and ``ironic-config`` tags.
|
||||||
Use the ``ironic-install`` tag to install and upgrade. Use the
|
Use the ``ironic-install`` tag to install and upgrade. Use the
|
||||||
|
@ -28,7 +28,6 @@ galaxy_info:
|
|||||||
- baremetal
|
- baremetal
|
||||||
- system
|
- system
|
||||||
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