Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
130 lines (78 loc) · 5.04 KB

CHANGELOG.md

File metadata and controls

130 lines (78 loc) · 5.04 KB

Changelog for udelarinterior.users Ansible role

3.0.2 (2020-04-17)

Bugs

  • Fixes a bug introduced in v3.0.0, where users declared to be removed were not.

3.0.1 (2020-04-12)

Bugs

  • Fixes group default value that affects v3.0.0, rolling back to previous code (581cb7b)

3.0.0 (2020-04-09)

Bugs

  • This version has a bug on the group default value for user Ansible module and playbooks may fail if users_group not defined

Features

  • 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)

Features

  • advanced groups management (3859f61)

1.11.0 (2018-12-11)

Features

1.10.0 (2018-09-13)

Features

Bug Fixes

  • add skip for missing attributes (11db5434)

1.9.3 (2018-05-13)

1.9.2 (2018-01-25)

Features

1.9.1 (2017-11-10)

1.8.0 (2017-06-21)

Features

1.7.1 (2017-02-14)

Features

1.7.0 (2016-08-02)

Features

1.6.1 (2016-05-30)

1.6.0 (2016-05-09)

Features

  • add password and shell variables (93b48f0e)

1.5.0 (2016-04-18)

Bug Fixes

  • fix 'when' clause when adding the primary user group (9fec282d)
  • fix deprecation warnings in ansible 2.0

1.4.0 (2016-04-14)

Features

  • make sure groups are available (232fe41b)

1.3.0 (2015-12-11)

Breaking Changes

  • move config.yml tasks to manage.yml since it belongs in that context (a1edf947)

Features

  • adds galaxy_tags (082d43cd)
  • move config.yml tasks to manage.yml since it belongs in that context (a1edf947)
  • adds CHANGELOG (3a39f74c)
  • using ansible-role docgen for README geneartion (7c16c027)
  • use authorized_key module instead of template (a6d96f43, closes #5)