mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +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
|
|
@ -12,7 +12,7 @@ DOCUMENTATION = r"""
|
|||
module: archive
|
||||
short_description: Creates a compressed archive of one or more files or trees
|
||||
extends_documentation_fragment:
|
||||
- files
|
||||
- ansible.builtin.files
|
||||
- community.general.attributes
|
||||
description:
|
||||
- Creates or extends an archive.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue