This commit is contained in:
parent
c3b99671c5
commit
e30f87f296
@ -17,7 +17,6 @@
|
|||||||
- name: Install certbot with pip
|
- name: Install certbot with pip
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
executable: pip3
|
|
||||||
extra_args: --user
|
extra_args: --user
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ __certbot_packages }}"
|
loop: "{{ __certbot_packages }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user