install aways latest dependencies
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
a972a49a67
commit
5219535989
@ -7,13 +7,20 @@
|
|||||||
when: not certbot_user == 'root'
|
when: not certbot_user == 'root'
|
||||||
|
|
||||||
- block:
|
- block:
|
||||||
|
- name: Install dependencies
|
||||||
|
pip:
|
||||||
|
name: "{{ item }}"
|
||||||
|
extra-args: --user
|
||||||
|
state: latest
|
||||||
|
loop: "{{ certbot_packages_extra }}"
|
||||||
|
|
||||||
- name: Install certbot with pip
|
- name: Install certbot with pip
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
executable: pip3
|
executable: pip3
|
||||||
extra_args: --user
|
extra_args: --user
|
||||||
state: present
|
state: present
|
||||||
loop: "{{ certbot_packages_extra + __certbot_packages }}"
|
loop: "{{ __certbot_packages }}"
|
||||||
|
|
||||||
- name: Create certbot environment
|
- name: Create certbot environment
|
||||||
file:
|
file:
|
||||||
|
Loading…
Reference in New Issue
Block a user