mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-02 06:30:19 -07:00
ovirt: Support to search entity with additional parameters (#35285)
This commit is contained in:
parent
7abdab6c9e
commit
88c48d1437
2 changed files with 15 additions and 10 deletions
|
@ -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'):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue