mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix syntax
This commit is contained in:
committed by
Matt Clay
parent
fffd7ff44b
commit
ae310d5034
@@ -1462,7 +1462,7 @@ def main():
|
||||
runlevel = dict(required=False, default='default'),
|
||||
arguments = dict(aliases=['args'], default=''),
|
||||
),
|
||||
supports_check_mode=True
|
||||
supports_check_mode=True,
|
||||
required_one_of=[['state', 'enabled']],
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user