From 85cd2132fc1e2b5d54d62e56a26361a0ecf27a5d Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:55:47 +0100 Subject: [PATCH] Fixed documentation (#2062) (#2080) (cherry picked from commit 88994ef2b786cf29081456756594ee7ce053ff6c) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/files/archive.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/modules/files/archive.py b/plugins/modules/files/archive.py index 58e7df5df0..a492324954 100644 --- a/plugins/modules/files/archive.py +++ b/plugins/modules/files/archive.py @@ -36,6 +36,7 @@ options: description: - The file name of the destination archive. The parent directory must exists on the remote host. - This is required when C(path) refers to multiple files by either specifying a glob, a directory or multiple paths in a list. + - If the destination archive already exists, it will be truncated and overwritten. type: path exclude_path: description: