mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-01-10 22:55:27 +01:00
Remove wrong version_added section from mount module
Signed-off-by: Hideki Saito <saito@fgrep.org>
This commit is contained in:
parent
4f0114eb57
commit
e05b8507a4
2 changed files with 3 additions and 1 deletions
3
changelogs/fragments/567_remove_version_added.yml
Normal file
3
changelogs/fragments/567_remove_version_added.yml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
trivial:
|
||||
- mount - remove wrong version_added section from ``opts_no_log``.
|
||||
|
|
@ -48,7 +48,6 @@ options:
|
|||
- Do not log opts.
|
||||
type: bool
|
||||
default: false
|
||||
version_added: 1.6.0
|
||||
dump:
|
||||
description:
|
||||
- Dump (see fstab(5)).
|
||||
|
|
|
|||
Loading…
Reference in a new issue