mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-13 16:15:21 +01:00
Add version_added parameter to documentation
This commit is contained in:
parent
dce9f575ff
commit
f919496b5e
2 changed files with 2 additions and 2 deletions
|
|
@ -1,3 +1,3 @@
|
||||||
---
|
---
|
||||||
minor_changes:
|
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).
|
||||||
|
|
|
||||||
|
|
@ -115,7 +115,7 @@ options:
|
||||||
- Note that after running this task and device being successfuly mounted,
|
- Note that after running this task and device being successfuly mounted,
|
||||||
the mode of the original directory will be hidden by the target device.
|
the mode of the original directory will be hidden by the target device.
|
||||||
type: raw
|
type: raw
|
||||||
required: false
|
version_added: '1.3.0'
|
||||||
notes:
|
notes:
|
||||||
- As of Ansible 2.3, the I(name) option has been changed to I(path) as
|
- As of Ansible 2.3, the I(name) option has been changed to I(path) as
|
||||||
default, but I(name) still works as well.
|
default, but I(name) still works as well.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue