This commit is contained in:
parent
a01ebed87c
commit
14604df568
@ -11,7 +11,7 @@
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
virtualenv: "{{ certbot_virtualenv }}"
|
||||
virtualenv_command: "{{ certbot_virtualenv_command }} -m venv"
|
||||
virtualenv_command: "{{ certbot_virtualenv_command }}"
|
||||
extra_args: --upgrade
|
||||
loop:
|
||||
- pip
|
||||
@ -21,7 +21,7 @@
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
virtualenv: "{{ certbot_virtualenv }}"
|
||||
virtualenv_command: "{{ certbot_virtualenv_command }} -m venv"
|
||||
virtualenv_command: "{{ certbot_virtualenv_command }}"
|
||||
environment:
|
||||
TMPDIR: /opt/python3/tmp
|
||||
loop: "{{ certbot_packages_extra }}"
|
||||
@ -30,7 +30,7 @@
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
virtualenv: "{{ certbot_virtualenv }}"
|
||||
virtualenv_command: "{{ certbot_virtualenv_command }} -m venv"
|
||||
virtualenv_command: "{{ certbot_virtualenv_command }}"
|
||||
loop: "{{ __certbot_packages }}"
|
||||
|
||||
- name: Adjust file permissions
|
||||
|
Loading…
Reference in New Issue
Block a user