1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Artem Zinenko 2017-03-03 17:50:42 +03:00 committed by jctanner
parent 5cccb7a5d7
commit 7decd10c76

View file

@ -111,6 +111,7 @@ Else {
Else {
Expand-Archive -Path $src -OutputPath $dest -Force
}
$result.changed = $true
}
Catch {
$err_msg = $_.Exception.Message