1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

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>
This commit is contained in:
Robert Osowiecki 2020-07-28 10:42:17 +02:00 committed by GitHub
parent 4a1d86c47e
commit 2be739ef05
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: