Skip to content
Snippets Groups Projects
Commit 23cdebef authored by jurgenhaas's avatar jurgenhaas
Browse files

Lock idna pip package for certbot

parent fda44740
No related branches found
No related tags found
No related merge requests found
Pipeline #32776 passed
......@@ -20,6 +20,7 @@ def main():
'docutils': '0.15.2',# botocore requires <16
'msgpack': '0.5.6',# Required for BorgBackup
'chardet': '3.0.4',# Certbot fails with 4.0.0
'idna': '2.10',# Certbot fails with 3.0
}
mode = module.params['mode']
executable = module.params['executable']
......
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