mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-31 15:53:09 +00:00
Fix 'module' object is not callable
This commit is contained in:
committed by
Toshio Kuratomi
parent
f9404b0d85
commit
dbc422ea1c
@@ -122,7 +122,7 @@ def main():
|
||||
password = module.params['password']
|
||||
|
||||
# initialize connection
|
||||
client = xmlrpc_client(saturl)
|
||||
client = xmlrpc_client.Server(saturl)
|
||||
session = client.auth.login(user, password)
|
||||
|
||||
# get systemid
|
||||
|
||||
Reference in New Issue
Block a user