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'
|
||||
|
||||
- block:
|
||||
- name: Install dependencies
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
extra-args: --user
|
||||
state: latest
|
||||
loop: "{{ certbot_packages_extra }}"
|
||||
|
||||
- name: Install certbot with pip
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
executable: pip3
|
||||
extra_args: --user
|
||||
state: present
|
||||
loop: "{{ certbot_packages_extra + __certbot_packages }}"
|
||||
loop: "{{ __certbot_packages }}"
|
||||
|
||||
- name: Create certbot environment
|
||||
file:
|
||||
|
Loading…
Reference in New Issue
Block a user