diff --git a/doc/source/index.rst b/doc/source/index.rst index a81a5fe..4af7d16 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -15,10 +15,10 @@ Default variables :language: yaml :start-after: under the License. -Required variables -~~~~~~~~~~~~~~~~~~ +Dependencies +~~~~~~~~~~~~ - +This role needs pip >= 7.1 installed on the target host. Example playbook ~~~~~~~~~~~~~~~~ diff --git a/meta/main.yml b/meta/main.yml index 4a554db..f85d1a3 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -36,7 +36,6 @@ galaxy_info: - python dependencies: - - pip_install - role: apt_package_pinning when: - ansible_pkg_mgr == 'apt'