Skip to content
Snippets Groups Projects
Commit 27929523 authored by Lars Beckers's avatar Lars Beckers
Browse files

acmebot: fix overspecified pyopenssl dependency locally

Gathering certificates just works nonetheless.

See also: https://github.com/plinss/acmebot/issues/47
parent 71d89b7e
No related branches found
No related tags found
1 merge request!19acmebot: fix overspecified pyopenssl dependency locally
Pipeline #3014 passed
......@@ -19,9 +19,16 @@
repo: https://github.com/plinss/acmebot.git
dest: /opt/acmebot
version: "{{acmebot_version}}"
force: true
environment:
TMPDIR: /root/.ansible/tmp
- name: fix over-specified requirements locally
lineinfile:
regexp: '^pyOpenSSL>=17\.5\.0' # ,<20.0.0'
line: 'pyOpenSSL>=17.5.0'
path: /opt/acmebot/requirements.txt
- name: add acmebot to path
file:
src: /opt/acmebot/acmebot
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment