This commit is contained in:
parent
a05f19240e
commit
39ee3f55b7
@ -3,6 +3,7 @@
|
||||
certbot_packages_extra: []
|
||||
|
||||
certbot_user: root
|
||||
certbot_pip: "pip{{ ansible_python.version.major }}"
|
||||
|
||||
certbot_work_dir: /var/lib/letsencrypt
|
||||
certbot_config_dir: /etc/letsencrypt
|
||||
|
@ -11,6 +11,7 @@
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
extra_args: --user
|
||||
executable: "{{ certbot_pip }}"
|
||||
state: present
|
||||
loop: "{{ certbot_packages_extra }}"
|
||||
|
||||
@ -18,6 +19,7 @@
|
||||
pip:
|
||||
name: "{{ item }}"
|
||||
extra_args: --user
|
||||
executable: "{{ certbot_pip }}"
|
||||
state: present
|
||||
loop: "{{ __certbot_packages }}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user