mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Merge pull request #6803 from aresch/patch-1
redhat_subscription calls AnsibleModule() without argument_spec
This commit is contained in:
commit
f50a943064
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue