From: Andrew Schoen Date: Tue, 14 Apr 2015 16:00:54 +0000 (-0500) Subject: Install python-pip on systems that use apt. X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=221593d5b1129f50a3a010fe437970b7d5c47a3f;p=ceph-cm-ansible.git Install python-pip on systems that use apt. Signed-off-by: Andrew Schoen --- diff --git a/roles/testnode/tasks/pip.yml b/roles/testnode/tasks/pip.yml index 619c661..aea9c91 100644 --- a/roles/testnode/tasks/pip.yml +++ b/roles/testnode/tasks/pip.yml @@ -5,11 +5,11 @@ state: present when: ansible_pkg_mgr == "yum" -- name: Install python-pip on deb based systems. +- name: Install python-pip on apt based systems. apt: name: python-pip state: present - when: ansible_pkg_mgr == "deb" + when: ansible_pkg_mgr == "apt" - name: Create the .pip directory for the teuthology user. file: