mirror of
https://github.com/geerlingguy/ansible-role-pip.git
synced 2024-11-15 10:35:10 +01:00
parent
8435521e92
commit
69add2c5f0
@ -4,6 +4,13 @@
|
||||
name: "{{ pip_package }}"
|
||||
state: present
|
||||
|
||||
- name: Link Pip3 to pip
|
||||
file:
|
||||
src: "/usr/bin/pip3"
|
||||
dest: "/usr/bin/pip"
|
||||
state: link
|
||||
when: pip_package == "python3-pip"
|
||||
|
||||
- name: Ensure pip_install_packages are installed.
|
||||
pip:
|
||||
name: "{{ item.name | default(item) }}"
|
||||
|
Loading…
Reference in New Issue
Block a user