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

Commit

Permalink
Version 1.4.2
Browse files Browse the repository at this point in the history
fixed password expired
  • Loading branch information
sbaerlocher committed Jan 9, 2020
2 parents fa8d317 + b648e9c commit 1fe127b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
and [human-readable changelog](https://keepachangelog.com/en/1.0.0/).

## 1.4.2

### Fixed

- fixed password expired default

## 1.4.1

### Changed
Expand Down
2 changes: 1 addition & 1 deletion tasks/distribution/Windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
password_never_expires: >
"{{ item.password_never_expires | default('true') }}"
update_password: "{{ item.update_password | default('on_create') }}"
password_expired: '{{ item.password_expired | default() }}'
password_expired: "{{ item.password_expired | default('false') }}"
user_cannot_change_password: >
"{{ item.user_cannot_change_password | default('false') }}"
no_log: '{{ true if item.password is defined else false }}'
Expand Down

0 comments on commit 1fe127b

Please sign in to comment.