virt: Fix return type of list_vms (#48160)

pull/48288/head
Theo Ouzhinski 6 years ago committed by Martin Krizek
parent 501acae5ab
commit b79e46ec6f

@ -89,7 +89,7 @@ RETURN = '''
# for list_vms command
list_vms:
description: The list of vms defined on the remote system
type: dictionary
type: list
returned: success
sample: [
"build.example.org",

Loading…
Cancel
Save