This website requires JavaScript.
Explore
Blog
Help
Sign In
ansible
/
xoxys.certbot
Watch
1
Star
0
Fork
0
You've already forked xoxys.certbot
Code
Issues
Pull Requests
Releases
Activity
48fac8f21f
xoxys.certbot
/
templates
/
usr
/
local
/
bin
/
certbot-wrapper.j2
5 lines
86 B
Plaintext
Raw
Normal View
History
Unescape
Escape
use venv to install certbot
2021-04-17 10:20:07 +00:00
#!/usr/bin/env sh
set -eo pipefail
feat: add option to customize virtualenv
2021-06-12 15:43:27 +00:00
exec {{ certbot_virtualenv }}/bin/{{ item }} "$@"
Reference in New Issue
Copy Permalink