mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[PR #11369/20ba59cc backport][stable-11] Added "See Also" section (#11373)
Added "See Also" section (#11369)
* Added "See Also" section
* Corrected seealso documentation
* Update ini_file.py
Removed seealso descriptions
* Update to_ini.py
Removed seealso descriptions
* Update from_ini.py
Removed seealso descriptions
(cherry picked from commit 20ba59cce6)
Co-authored-by: daomah <129229601+daomah@users.noreply.github.com>
This commit is contained in:
@@ -153,6 +153,13 @@ options:
|
||||
notes:
|
||||
- While it is possible to add an O(option) without specifying a O(value), this makes no sense.
|
||||
- As of community.general 3.2.0, UTF-8 BOM markers are discarded when reading files.
|
||||
seealso:
|
||||
- plugin: ansible.builtin.ini
|
||||
plugin_type: lookup
|
||||
- plugin: community.general.from_ini
|
||||
plugin_type: filter
|
||||
- plugin: community.general.to_ini
|
||||
plugin_type: filter
|
||||
author:
|
||||
- Jan-Piet Mens (@jpmens)
|
||||
- Ales Nosek (@noseka1)
|
||||
|
||||
Reference in New Issue
Block a user