exclude template from vm discovery
This commit is contained in:
parent
9329190dc4
commit
2c788ad23f
|
@ -143,6 +143,7 @@ sub run {
|
|||
next if (!defined($vms));
|
||||
|
||||
foreach my $vm (@{$vms}) {
|
||||
next if ($vm->{'config.template'} eq 'true');
|
||||
my %vm;
|
||||
|
||||
$vm{type} = "vm";
|
||||
|
|
Loading…
Reference in New Issue