This commit is contained in:
garnier-quentin 2020-11-03 11:10:13 +01:00
parent 28989082df
commit d552ca476f
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ sub run {
foreach my $vm (@{$vms}) { foreach my $vm (@{$vms}) {
next if ($vm->{'config.template'} eq 'true'); next if ($vm->{'config.template'} eq 'true');
next if (!defined($vm->{uuid}) || $vm->{uuid} eq ''); next if (!defined($vm->{'config.uuid'}) || $vm->{'config.uuid'} eq '');
my $entry; my $entry;
$entry->{type} = 'vm'; $entry->{type} = 'vm';