mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
cloud: ovirt: Fix disk image upload (#22557)
This commit is contained in:
parent
9755d2dbbc
commit
bb7e7be71f
1 changed files with 1 additions and 1 deletions
|
@ -521,7 +521,7 @@ def main():
|
|||
try:
|
||||
disk = None
|
||||
state = module.params['state']
|
||||
auth = module.params.pop('auth')
|
||||
auth = module.params.get('auth')
|
||||
connection = create_connection(auth)
|
||||
disks_service = connection.system_service().disks_service()
|
||||
disks_module = DisksModule(
|
||||
|
|
Loading…
Reference in a new issue