From 7ac71c8eddbdd657ec5427f4f22aab7d221148ef Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Sun, 3 Dec 2017 12:48:46 +0000 Subject: [PATCH] Remove pip_install dependency With addition of pip_install on every node, we don't need to have pip_install as a meta dependency. Depends-On: If3412bb888ebb854874bbc43eb76bfcb3e4a7868 Depends-On: I79ff70c438b44753be2a93f004ebbc46de0a963d Change-Id: I908cc1cb0f972963f4102316cadf7d022bd1bfc0 --- doc/source/index.rst | 6 +++--- meta/main.yml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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'