From 5033c846e124c5218c2d971e5227df949c22bff8 Mon Sep 17 00:00:00 2001 From: Jerry Vonau Date: Thu, 6 Jul 2017 09:04:57 -0500 Subject: [PATCH] strict_install python-setuptools and pip --- roles/2-common/tasks/packages.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/roles/2-common/tasks/packages.yml b/roles/2-common/tasks/packages.yml index 18b960245..2a62fbb03 100644 --- a/roles/2-common/tasks/packages.yml +++ b/roles/2-common/tasks/packages.yml @@ -92,6 +92,13 @@ command: python {{ downloads_dir }}/get-pip.py when: not strict_install +- name: Install Common python packages + package: name={{ item }} + state=present + - python-pip + - python-setuptools + when: strict_install + - name: Update common packages (not debian package: name={{ item }} state=latest