Merge pull request #6803 from aresch/patch-1

redhat_subscription calls AnsibleModule() without argument_spec
pull/6824/head
Michael DeHaan 11 years ago
commit f50a943064

@ -327,7 +327,7 @@ class RhsmPools(object):
def main(): def main():
# Load RHSM configuration from file # Load RHSM configuration from file
rhn = Rhsm(AnsibleModule()) rhn = Rhsm(None)
module = AnsibleModule( module = AnsibleModule(
argument_spec = dict( argument_spec = dict(

Loading…
Cancel
Save