Commit f50a9430 by Michael DeHaan

Merge pull request #6803 from aresch/patch-1

redhat_subscription calls AnsibleModule() without argument_spec
parents 2932a584 c92ec68f
......@@ -327,7 +327,7 @@ class RhsmPools(object):
def main():
# Load RHSM configuration from file
rhn = Rhsm(AnsibleModule())
rhn = Rhsm(None)
module = AnsibleModule(
argument_spec = dict(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment