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
Over time, several role variables and module parameters have been replaced or reworked while retaining backwards compatibility. Examples include the switch to non-root step-cli installs and bootstrapping multiple users.
While this has made switching to newer versions easier, it has also resulted in more complicated code, especially in some of the roles and their variable handling.
For the 1.0 release, I'd thus like to remove the following compatibility features to simplify the codebase and improve maintenance:
step_bootstrap_host: step_cli_steppath fallback if users is set to root
step_acme_cert: step_cli_steppath fallback if user is set to root
The text was updated successfully, but these errors were encountered:
Over time, several role variables and module parameters have been replaced or reworked while retaining backwards compatibility. Examples include the switch to non-root step-cli installs and bootstrapping multiple users.
While this has made switching to newer versions easier, it has also resulted in more complicated code, especially in some of the roles and their variable handling.
For the 1.0 release, I'd thus like to remove the following compatibility features to simplify the codebase and improve maintenance:
step_bootstrap_host
:step_cli_steppath
fallback ifusers
is set to rootstep_acme_cert
:step_cli_steppath
fallback ifuser
is set to rootThe text was updated successfully, but these errors were encountered: