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