add explicit pip package state
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
3d538bfb70
commit
a972a49a67
@ -12,6 +12,7 @@
|
|||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
executable: pip3
|
executable: pip3
|
||||||
extra_args: --user
|
extra_args: --user
|
||||||
|
state: present
|
||||||
loop: "{{ certbot_packages_extra + __certbot_packages }}"
|
loop: "{{ certbot_packages_extra + __certbot_packages }}"
|
||||||
|
|
||||||
- name: Create certbot environment
|
- name: Create certbot environment
|
||||||
|
Loading…
Reference in New Issue
Block a user