diff --git a/README.rst b/README.rst index 109be7f..364a22a 100644 --- a/README.rst +++ b/README.rst @@ -14,5 +14,7 @@ OpenStack-Ansible Galera client Documentation for the project can be found at: https://docs.openstack.org/openstack-ansible-galera_client/latest +Role dependencies and requirements are on this documentation page. + The project home is at: http://launchpad.net/openstack-ansible diff --git a/doc/source/index.rst b/doc/source/index.rst index c517638..5619a9d 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -27,6 +27,8 @@ To use this role, define the following variables: Dependencies ~~~~~~~~~~~~ +This role needs pip >= 7.1 installed on the target host. + This role depends on the ``config_template`` Ansible module provided by `OpenStack-Ansible Plugins`_. diff --git a/meta/main.yml b/meta/main.yml index 5e1e81f..bb75ec1 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -41,4 +41,3 @@ dependencies: apt_package_pinning_file_name: "galera_client_pin.pref" when: - ansible_pkg_mgr == 'apt' - - pip_install