diff --git a/scripts/list-vms-per-host.v2 b/scripts/list-vms-per-host.v2 index ebb17f5038..a689a2bed7 100755 --- a/scripts/list-vms-per-host.v2 +++ b/scripts/list-vms-per-host.v2 @@ -37,7 +37,7 @@ if __name__ == '__main__': except AnsibleOptionsError: if len(cli.args) != 1: cli.args = copy.copy(args) - cli.args.append('all') + cli.args.append('virtservers') cli.parse() cli.run()