mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-11-18 13:02:05 +01:00
Add certbot snap channel var to defaults
This commit is contained in:
parent
63d5da5690
commit
cbde30f6d8
@ -60,6 +60,8 @@ certbot_create_standalone_stop_services:
|
|||||||
|
|
||||||
# Available options: 'package', 'snap', 'source'.
|
# Available options: 'package', 'snap', 'source'.
|
||||||
certbot_install_method: 'package'
|
certbot_install_method: 'package'
|
||||||
|
# Snap install options: 'stable', 'beta', 'edge', for more see https://snapcraft.io/docs/channels
|
||||||
|
certbot_snap_channel: 'stable'
|
||||||
|
|
||||||
# Source install configuration.
|
# Source install configuration.
|
||||||
certbot_repo: https://github.com/certbot/certbot.git
|
certbot_repo: https://github.com/certbot/certbot.git
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user