diff --git a/doc/source/index.rst b/doc/source/index.rst index 7d53d339..efd24613 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -22,11 +22,12 @@ Default variables :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 @@ -34,6 +35,8 @@ details. horizon_container_mysql_password: "SuperSecrete" horizon_secret_key: "SuperSecreteHorizonKey" +This list is not exhaustive. See role internals for further +details. Example playbook ~~~~~~~~~~~~~~~~ diff --git a/meta/main.yml b/meta/main.yml index a0bbd059..eb23df8a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -38,7 +38,6 @@ galaxy_info: - development - openstack dependencies: - - pip_install - role: apt_package_pinning when: - ansible_pkg_mgr == 'apt'