diff --git a/changelogs/fragments/209_add_mode_for_mount.yml b/changelogs/fragments/209_add_mode_for_mount.yml index 25bdbad..def2f90 100644 --- a/changelogs/fragments/209_add_mode_for_mount.yml +++ b/changelogs/fragments/209_add_mode_for_mount.yml @@ -1,3 +1,3 @@ --- minor_changes: -- mount - add ``mode`` parameter to mount module (https://github.com/ansible-collections/ansible.posix/issues/163). +- mount - add ``umask`` parameter to control permissions of the directories created by the module (https://github.com/ansible-collections/ansible.posix/issues/163).