From 15de93de8021670743269dc17996ee27ebe8e340 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Tue, 5 Dec 2017 17:32:30 +0000 Subject: [PATCH] Revert "Remove pip_install dependency" This reverts commit 0aa49813050d1134f73b01ea3d3b3b9d3ade8c4f. The repo_server and repo_build shouldn't assume to be configured by openstack_hosts role yet, because their environment is incomplete. On top of that, when artifacting will be introduced, these roles could be running outside the openstack hosts (for example, on deploy nodes). Change-Id: I47a58a46a695b504646bca8100758decb07cbb98 --- doc/source/index.rst | 6 +++--- meta/main.yml | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index 41ce51d..d2bb5a9 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -14,10 +14,10 @@ Default variables :language: yaml :start-after: under the License. -Dependencies -~~~~~~~~~~~~ +Required variables +~~~~~~~~~~~~~~~~~~ -This role needs pip >= 7.1 installed on the target host. +None. Example playbook ~~~~~~~~~~~~~~~~ diff --git a/meta/main.yml b/meta/main.yml index 4ac4f49..c135c74 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -38,3 +38,4 @@ dependencies: - role: apt_package_pinning when: - ansible_pkg_mgr == 'apt' + - role: pip_install