Merge "Remove pip_install dependency"

This commit is contained in:
Zuul 2017-12-05 15:14:05 +00:00 committed by Gerrit Code Review
commit 120c5f9ab6
2 changed files with 4 additions and 8 deletions

View File

@ -23,12 +23,10 @@ Default variables
:language: yaml
:start-after: under the License.
Dependencies
~~~~~~~~~~~~
Required variables
~~~~~~~~~~~~~~~~~~
None.
This role needs pip >= 7.1 installed on the target host.
Example playbook
~~~~~~~~~~~~~~~~
@ -36,9 +34,8 @@ Example playbook
.. literalinclude:: ../../examples/playbook.yml
:language: yaml
Tags
====
~~~~
This role supports the ``ironic-install`` and ``ironic-config`` tags.
Use the ``ironic-install`` tag to install and upgrade. Use the

View File

@ -28,7 +28,6 @@ galaxy_info:
- baremetal
- system
dependencies:
- pip_install
- role: apt_package_pinning
when:
- ansible_pkg_mgr == 'apt'