summaryrefslogtreecommitdiff
path: root/tools/playbooks/common/install_dependencies.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/playbooks/common/install_dependencies.yaml')
-rw-r--r--tools/playbooks/common/install_dependencies.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/playbooks/common/install_dependencies.yaml b/tools/playbooks/common/install_dependencies.yaml
index a99ead44f..d48905aab 100644
--- a/tools/playbooks/common/install_dependencies.yaml
+++ b/tools/playbooks/common/install_dependencies.yaml
@@ -14,12 +14,13 @@
# limitations under the License.
- hosts: all
become: true
+ roles:
+ - ensure-pip
tasks:
- name: installing dependencies
package: name={{ item }} state=present
with_items:
- python-pyeclib
- - python-pip
- python-nose
- python-swiftclient