Changelog for udelarinterior.users Ansible role
3.0.2 (2020-04-17)
- Fixes a bug introduced in v3.0.0, where users declared to be removed were not.
3.0.1 (2020-04-12)
- Fixes group default value that affects v3.0.0, rolling back to previous code (581cb7b)
3.0.0 (2020-04-09)
- This version has a bug on the group default value for user Ansible module and playbooks may fail if users_group not defined
- change in password management (role takes the password and salt, no longer the passworsd hash)
- copy password to created of modified account (4c443ed)
2.0.0 (2020-04-07)
- advanced groups management (3859f61)
- adopt galaxy role name (55a97e7d)
- add home_files to user (43d50f22)
- add skip for missing attributes (11db5434)
- add update_password flag (d3511ffe)
- add password and shell variables (93b48f0e)
- fix 'when' clause when adding the primary user group (9fec282d)
- fix deprecation warnings in ansible 2.0
- make sure groups are available (232fe41b)
- move config.yml tasks to manage.yml since it belongs in that context (a1edf947)