Skip to content
Snippets Groups Projects
Commit 9be02b4b authored by jurgenhaas's avatar jurgenhaas
Browse files

Force certbot to use Python 3

parent eb8bf766
No related branches found
No related tags found
No related merge requests found
......@@ -17,3 +17,10 @@
pkg: 'certbot'
state: 'present'
update_cache: yes
- name: ""
lineinfile:
path: '/usr/local/bin/certbot'
regexp: '^#!/usr/bin/python$'
line: '#!/usr/bin/python3'
ignore_errors: yes
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment