mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
ovirt: Support to search entity with additional parameters (#35285)
This commit is contained in:
committed by
Ryan Brown
parent
7abdab6c9e
commit
88c48d1437
@@ -1500,7 +1500,7 @@ def main():
|
||||
module=module,
|
||||
service=vms_service,
|
||||
)
|
||||
vm = vms_module.search_entity()
|
||||
vm = vms_module.search_entity(list_params={'all_content': True})
|
||||
|
||||
control_state(vm, vms_service, module)
|
||||
if state in ('present', 'running', 'next_run'):
|
||||
|
||||
Reference in New Issue
Block a user