Fix pip package name on debian

use python-pip and not pip

Signed-off-by: Sébastien Han <seb@redhat.com>
pull/500/head
Sébastien Han 2016-01-28 15:55:53 +01:00
parent 67eaabb6e4
commit f35a665634
5 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@
- name: install pip on debian - name: install pip on debian
apt: apt:
name: pip name: python-pip
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'

View File

@ -11,7 +11,7 @@
- name: install pip on debian - name: install pip on debian
apt: apt:
name: pip name: python-pip
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'

View File

@ -9,7 +9,7 @@
- name: install pip on debian - name: install pip on debian
apt: apt:
name: pip name: python-pip
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'

View File

@ -1,7 +1,7 @@
--- ---
- name: install pip on debian - name: install pip on debian
apt: apt:
name: pip name: python-pip
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'

View File

@ -9,7 +9,7 @@
- name: install pip on debian - name: install pip on debian
apt: apt:
name: pip name: python-pip
state: present state: present
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'