install aways latest dependencies
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-05-10 17:05:23 +02:00
parent a972a49a67
commit 5219535989
1 changed files with 8 additions and 1 deletions

View File

@ -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: