diff --git a/lib/ansible/modules/windows/win_unzip.ps1 b/lib/ansible/modules/windows/win_unzip.ps1 index 119fa72fa3c..7547f531bcc 100644 --- a/lib/ansible/modules/windows/win_unzip.ps1 +++ b/lib/ansible/modules/windows/win_unzip.ps1 @@ -111,6 +111,7 @@ Else { Else { Expand-Archive -Path $src -OutputPath $dest -Force } + $result.changed = $true } Catch { $err_msg = $_.Exception.Message