mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Fix parameter typo in swdepot module
This commit is contained in:
parent
d32b33f191
commit
d3128e00c5
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def main():
|
|||
argument_spec = dict(
|
||||
name = dict(aliases=['pkg'], required=True),
|
||||
state = dict(choices=['present', 'absent', 'latest'], required=True),
|
||||
depot = dict(default=None, requied=False)
|
||||
depot = dict(default=None, required=False)
|
||||
),
|
||||
supports_check_mode=True
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue