diff --git a/doc/source/index.rst b/doc/source/index.rst index 39db98e..21682b3 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -16,10 +16,12 @@ Default variables :language: yaml :start-after: under the License. -Required variables -~~~~~~~~~~~~~~~~~~ +Dependencies +~~~~~~~~~~~~ -This list is not exhaustive. See role internals for further details. +This role needs pip >= 7.1 installed on the target host. + +To use this role, define the following variables: .. code-block:: yaml @@ -44,6 +46,8 @@ This list is not exhaustive. See role internals for further details. # Magnum rabbit vhost magnum_rabbitmq_vhost: /magnum +This list is not exhaustive. See role internals for further details. + Example playbook ~~~~~~~~~~~~~~~~ diff --git a/meta/main.yml b/meta/main.yml index 571f60c..2d8f392 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -41,7 +41,6 @@ galaxy_info: - magnum dependencies: - - pip_install - role: apt_package_pinning when: - ansible_pkg_mgr == 'apt'