mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 05:12:45 +00:00
fixed syntax error
This commit is contained in:
@@ -216,7 +216,7 @@ class Service(object):
|
||||
|
||||
def service_shared_arg_spec():
|
||||
|
||||
return argument_spec = dict(
|
||||
return dict(
|
||||
name = dict(required=True),
|
||||
state = dict(choices=['running', 'started', 'stopped', 'restarted', 'reloaded']),
|
||||
enabled = dict(type='bool'),
|
||||
|
||||
Reference in New Issue
Block a user