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: