We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c39cf58 + 4b6e102 commit a9f2883Copy full SHA for a9f2883
files/virt_volume.sh
@@ -61,10 +61,6 @@ result=$?
61
if [[ $result -eq 0 ]]; then
62
echo '{"changed": false}'
63
exit 0
64
-elif ! echo "$output" | grep 'Storage volume not found' >/dev/null 2>&1; then
65
- echo "Unexpected error while getting volume info" >&2
66
- echo "$output"
67
- exit $result
68
fi
69
70
# Stop here in check mode, there will be a change
0 commit comments