From 2be739ef05f63628a15ad2ebb06a131b2d1bffbf Mon Sep 17 00:00:00 2001 From: Robert Osowiecki Date: Tue, 28 Jul 2020 10:42:17 +0200 Subject: [PATCH] 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 Co-authored-by: Felix Fontein --- plugins/modules/files/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/files/archive.py b/plugins/modules/files/archive.py index a41dae3358..18970f4896 100644 --- a/plugins/modules/files/archive.py +++ b/plugins/modules/files/archive.py @@ -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: