Commit Graph

2 Commits

Author SHA1 Message Date
patrick a0f9b06da9 refactor(system_setup): rename bare 'password' var to user_password
The bare 'password' variable in user.yml could silently collide with any
same-named variable elsewhere in scope. Rename to user_password to
namespace it alongside username.

BREAKING CHANGE: callers passing 'password' to this role must rename it
to user_password.
2026-06-27 21:11:25 -04:00
patrick 62f4a3ea73 fix: rename roles to use underscores instead of hyphens which was causing the roles not to be found 2026-04-14 15:19:21 -04:00