Skip to content

Commit 6932b12

Browse files
authored
fix (#218)
1 parent 9b7b9e8 commit 6932b12

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==4.1.0
17-
- certbot-dns-rfc2136==4.1.0
16+
- certbot==4.0.0
17+
- certbot-dns-rfc2136==4.0.0
1818
virtualenv: /root/certbot_venv
1919
virtualenv_command: python3 -m venv
2020

0 commit comments

Comments
 (0)