mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
Various small fixes to bigip modules (#48769)
This commit is contained in:
parent
a7b7c07ad2
commit
0e71f62a95
14 changed files with 31 additions and 21 deletions
|
@ -330,7 +330,7 @@ class ModuleManager(object):
|
|||
raise F5ModuleError(resp.content)
|
||||
return response
|
||||
|
||||
def upload_to_device(self,):
|
||||
def upload_to_device(self):
|
||||
url = 'https://{0}:{1}/mgmt/shared/file-transfer/uploads'.format(
|
||||
self.client.provider['server'],
|
||||
self.client.provider['server_port']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue