Skip to content

Commit 5630b0c

Browse files
authored
update certbot to 4.1.0 (#214)
1 parent bd2d5ae commit 5630b0c

File tree

1 file changed

+2
-2
lines changed
  • infra/ansible/roles/knot_recursive/tasks

1 file changed

+2
-2
lines changed

infra/ansible/roles/knot_recursive/tasks/doh.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
- name: Install certbot
1414
ansible.builtin.pip:
1515
name:
16-
- certbot==2.11.1
17-
- certbot-dns-rfc2136==2.11.1
16+
- certbot==4.1.0
17+
- certbot-dns-rfc2136==4.1.0
1818
virtualenv: /root/certbot_venv
1919
virtualenv_command: python3 -m venv
2020

0 commit comments

Comments
 (0)