virt: Fix return type of list_vms (#48160)

pull/4420/head
Theo Ouzhinski 2018-11-07 02:37:37 -05:00 committed by Martin Krizek
parent 501acae5ab
commit b79e46ec6f
1 changed files with 1 additions and 1 deletions

View File

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