mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2026-09-16 10:11:11 +02:00
Add possiblity to install certbot plugins
This commit is contained in:
@@ -15,3 +15,12 @@
|
||||
file:
|
||||
path: "{{ certbot_script }}"
|
||||
mode: 0755
|
||||
|
||||
- name: Install plugins
|
||||
pip:
|
||||
name: "file://{{ my_certbot_dir}}/certbot-{{ item }}/"
|
||||
state: present
|
||||
extra_args: --upgrade
|
||||
with_items:
|
||||
- "{{ certbot_plugins }}"
|
||||
when: certbot_plugins is defined
|
||||
|
||||
Reference in New Issue
Block a user