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

Commit

Permalink
change default
Browse files Browse the repository at this point in the history
  • Loading branch information
sbaerlocher committed Feb 3, 2020
1 parent dfb6471 commit e16105d
Showing 1 changed file with 1 addition and 1 deletion.
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('false') }}"
user_cannot_change_password: '{{ item.user_cannot_change_password | default(omit) }}'
user_cannot_change_password: '{{ item.user_cannot_change_password | default(false) }}'
no_log: '{{ true if item.password is defined else false }}'
with_items: '{{ users }}'

Expand Down

0 comments on commit e16105d

Please sign in to comment.