You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version parameter default to "2.0.0" but is really only used when install_method is changed to "github": in the default configuration the module download and install the latest release of caddy regardless of the value of the version parameter.
Proposal:
Remove the default version of the parameter and make it optional;
Report an error when install_method is set to "github" but version is undef.
The text was updated successfully, but these errors were encountered:
The
version
parameter default to"2.0.0"
but is really only used wheninstall_method
is changed to"github"
: in the default configuration the module download and install the latest release of caddy regardless of the value of theversion
parameter.Proposal:
install_method
is set to"github"
butversion
isundef
.The text was updated successfully, but these errors were encountered: