mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-27 21:01:27 -07:00
Fix syntax
This commit is contained in:
parent
fffd7ff44b
commit
ae310d5034
1 changed files with 1 additions and 1 deletions
|
@ -1462,7 +1462,7 @@ def main():
|
||||||
runlevel = dict(required=False, default='default'),
|
runlevel = dict(required=False, default='default'),
|
||||||
arguments = dict(aliases=['args'], default=''),
|
arguments = dict(aliases=['args'], default=''),
|
||||||
),
|
),
|
||||||
supports_check_mode=True
|
supports_check_mode=True,
|
||||||
required_one_of=[['state', 'enabled']],
|
required_one_of=[['state', 'enabled']],
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue