]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Install python-pip on systems that use apt.
authorAndrew Schoen <aschoen@redhat.com>
Tue, 14 Apr 2015 16:00:54 +0000 (11:00 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 16 Apr 2015 21:31:34 +0000 (16:31 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/tasks/pip.yml

index 619c66112cb9b8e49400925d12fad1b9a0a42fba..aea9c9108bcc37c404593ea617103865a7850526 100644 (file)
@@ -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: