We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b30a991 commit 5ae3fa1Copy full SHA for 5ae3fa1
1 file changed
tools/audit.py
@@ -442,7 +442,8 @@ def clean_sliver_inconsistencies(self):
442
if instance not in os_vms:
443
results_4 = self.execute_ansible(inventory_path=inventory_location,
444
playbook_path=f"{pb_dir}/worker_libvirt_operations.yml",
445
- extra_vars={"operation": "delete", "host": str(host)},
+ extra_vars={"operation": "delete", "host": str(host),
446
+ "kvmguest_name": instance},
447
ansible_python_interpreter=ansible_python_interpreter)
448
self.logger.info(f"Deleted instance: {instance}; result: {results_4.get_json_result_ok()}")
449
except Exception as e:
0 commit comments