mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 02:30:22 -07:00
Fix dict syntax typo
This commit is contained in:
parent
3cc14a0a65
commit
c0190b0443
1 changed files with 2 additions and 2 deletions
|
@ -52,9 +52,9 @@ EXAMPLES = '''
|
|||
|
||||
|
||||
def main():
|
||||
module = AnsibleModule({
|
||||
module = AnsibleModule(argument_spec=dict(
|
||||
clouds=dict(required=False, default=[]),
|
||||
})
|
||||
))
|
||||
p = module.params
|
||||
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue