archive: exclude_path documentation (#599)
* archive: exclude_path does not actualy exclude files from archive, but paths generated by glob expantion of path param. * Update plugins/modules/files/archive.py Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>pull/701/head
parent
4a1d86c47e
commit
2be739ef05
|
@ -38,7 +38,7 @@ options:
|
|||
type: path
|
||||
exclude_path:
|
||||
description:
|
||||
- Remote absolute path, glob, or list of paths or globs for the file or files to exclude from the archive.
|
||||
- Remote absolute path, glob, or list of paths or globs for the file or files to exclude from I(path) list and glob expansion.
|
||||
type: list
|
||||
force_archive:
|
||||
description:
|
||||
|
|
Loading…
Reference in New Issue