1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Merge pull request #6803 from aresch/patch-1

redhat_subscription calls AnsibleModule() without argument_spec
This commit is contained in:
Michael DeHaan 2014-04-02 11:40:57 -04:00
commit f50a943064

View file

@ -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(