Add version_added parameter to documentation

This commit is contained in:
satken2 2021-06-14 19:47:19 +09:00
parent dce9f575ff
commit f919496b5e
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
---
minor_changes:
- mount - add mode option to mount module (https://github.com/ansible-collections/ansible.posix/issues/163).
- mount - add ``mode`` parameter to mount module (https://github.com/ansible-collections/ansible.posix/issues/163).

View file

@ -115,7 +115,7 @@ options:
- Note that after running this task and device being successfuly mounted,
the mode of the original directory will be hidden by the target device.
type: raw
required: false
version_added: '1.3.0'
notes:
- As of Ansible 2.3, the I(name) option has been changed to I(path) as
default, but I(name) still works as well.