mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 14:08:53 +00:00
use FQCN for extending docs with files and url (#11277)
* use FQCN for extending docs with files and url * remove typo
This commit is contained in:
parent
d424907172
commit
1b15e595e0
5 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ DOCUMENTATION = r"""
|
|||
module: ini_file
|
||||
short_description: Tweak settings in INI files
|
||||
extends_documentation_fragment:
|
||||
- files
|
||||
- ansible.builtin.files
|
||||
- community.general.attributes
|
||||
description:
|
||||
- Manage (add, remove, change) individual settings in an INI-style file without having to manage the file as a whole with,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue