mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Add missing parameters so these options are usable
This commit is contained in:
@@ -344,7 +344,7 @@ def main():
|
||||
else:
|
||||
try:
|
||||
rhn.enable()
|
||||
rhn.register(module.params['enable_eus'] == True, activationkey)
|
||||
rhn.register(module.params['enable_eus'] == True, activationkey, profilename, sslcacert, systemorgid)
|
||||
rhn.subscribe(channels)
|
||||
except Exception, e:
|
||||
module.fail_json(msg="Failed to register with '%s': %s" % (rhn.hostname, e))
|
||||
|
||||
Reference in New Issue
Block a user