ansible/changelogs/fragments/73821-user-add_umask_option.yaml
Amin Vakil 49d4442378
Add umask option to user module (#73821)
* Add umask option to user module

* Fail on setting both umask and local: True

* Add integration test

* Add changelog

* Run integration tests only if HOME_MODE is not set

* Run integration tests only on Linux

Co-authored-by: Matt Clay <matt@mystile.com>
2021-04-20 12:01:56 -04:00

4 lines
102 B
YAML

---
minor_changes:
- user - Add ``umask`` option (https://github.com/ansible/ansible/issues/40359).