mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02: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…
Reference in a new issue