mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
Fixed Issue #3193
This commit is contained in:
@@ -181,7 +181,7 @@ class Rhn(RegistrationBase):
|
||||
Returns: str
|
||||
'''
|
||||
url = urlparse.urlparse(self.config['serverURL'])
|
||||
return url.netloc.replace('xmlrpc.','')
|
||||
return url[1].replace('xmlrpc.','')
|
||||
|
||||
@property
|
||||
def systemid(self):
|
||||
|
||||
Reference in New Issue
Block a user