mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-03-26 21:33:32 +00:00
Merge pull request #567 from saito-hideki/pr/remove_version_added
Remove wrong version_added section from mount module SUMMARY Remove the wrong version_added section from the mount module. It's not the collection version; it should be the ansible-core version. ISSUE TYPE Docs Pull Request COMPONENT NAME ansible.posix.mount ADDITIONAL INFORMATION None
This commit is contained in:
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.
|
- Do not log opts.
|
||||||
type: bool
|
type: bool
|
||||||
default: false
|
default: false
|
||||||
version_added: 1.6.0
|
|
||||||
dump:
|
dump:
|
||||||
description:
|
description:
|
||||||
- Dump (see fstab(5)).
|
- Dump (see fstab(5)).
|
||||||
|
|||||||
Reference in New Issue
Block a user