mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
don't forcefully install pip/pip3 from the role
This commit is contained in:
parent
823fa52f31
commit
ccac6916c7
@ -1,12 +1,4 @@
|
||||
---
|
||||
- name: Install pip
|
||||
package: name=python-pip state=present
|
||||
when: certbot_install == 'pip'
|
||||
|
||||
- name: Install pip3
|
||||
package: name=python3-pip state=present
|
||||
when: certbot_install == 'pip3'
|
||||
|
||||
- name: Install Certbot.
|
||||
pip: name="{{ certbot_package }}" state=present executable="{{ certbot_install }}"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user