ansible/changelogs/fragments/58246-win_domain_user-idempotency.yaml
Klaus Frank fb2c1d4577 Make win_domain_user idempotent for password changes (#58383)
* Make win_domain_user idempotent for passwordchanges

* Add changelog fragment

* Use test-credentials function from win_user.

* Split domain from username

* Update win_domain_user.ps1

* Fix ci

* Update win_domain_user.ps1

Fix ci

* Implement review

* Logic cleanup and remove securestring

* Fix typo

* fix syntax

fix syntax

* Use AD object instead of user input as requested by review

* migrate to Ansible.AccessToken
2019-08-19 06:17:41 +10:00

3 lines
145 B
YAML

---
minor_changes:
- "win_domain_user - Allow to only set password when it actually changed (https://github.com/ansible/ansible/issues/58246)"