You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix AttributeError in ProxmoxAnsible initialization (#155)
The module attribute was referenced before assignment when checking
proxmoxer version, causing initialization to fail. Changed to use
the module parameter directly before self.module is set.
Co-authored-by: Kevin Quick <[email protected]>
0 commit comments