From 5b666a507453cb6be4a6d85b4982709138d2ab5a Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Wed, 13 Dec 2017 16:34:05 +1000 Subject: [PATCH] added documentation info regarding win_unzip and recurse (#33846) --- lib/ansible/modules/windows/win_unzip.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/windows/win_unzip.py b/lib/ansible/modules/windows/win_unzip.py index 2be7d46d07a..c31f6735bfe 100644 --- a/lib/ansible/modules/windows/win_unzip.py +++ b/lib/ansible/modules/windows/win_unzip.py @@ -55,6 +55,7 @@ options: recurse: description: - Recursively expand zipped files within the src file. + - Setting to a value of C(yes) requires the PSCX module to be installed. type: bool default: 'no' creates: