From 99b7573dfb7ff4e67a791df25ff742e954b5c8c6 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Fri, 26 Jun 2020 14:52:01 +0300 Subject: [PATCH] archive: fix seealso (#586) --- 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 87963f17bc..6640563639 100644 --- a/plugins/modules/files/archive.py +++ b/plugins/modules/files/archive.py @@ -56,7 +56,7 @@ notes: - Requires lzma or backports.lzma if using xz format. - Can produce I(gzip), I(bzip2), I(lzma) and I(zip) compressed files or archives. seealso: -- module: unarchive +- module: ansible.builtin.unarchive author: - Ben Doherty (@bendoh) '''