ansible.posix/changelogs/fragments/209_add_mode_for_mount.yml
Sato Kenta b7424f470a
Add umask option for mount module
Co-authored-by: quidame <quidame@poivron.org>
2021-06-28 12:36:30 +09:00

3 lines
184 B
YAML

---
minor_changes:
- mount - add ``umask`` parameter to control permissions of the directories created by the module (https://github.com/ansible-collections/ansible.posix/issues/163).