mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-13 04:11:00 +00:00
cloud: ovirt: Fix disk image upload (#22557)
This commit is contained in:
committed by
Ryan Brown
parent
9755d2dbbc
commit
bb7e7be71f
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user