Fix typo
This commit is contained in:
parent
005c1ce7ba
commit
b0954dbeb4
1 changed files with 1 additions and 1 deletions
|
@ -283,7 +283,7 @@ def main():
|
|||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
name=dict(type='str', aliases=['service', 'unit']),
|
||||
state=dict(type='str', choices=['reloaded,' 'restarted', 'started', 'stopped']),
|
||||
state=dict(type='str', choices=['reloaded', 'restarted', 'started', 'stopped']),
|
||||
enabled=dict(type='bool'),
|
||||
masked=dict(type='bool'),
|
||||
daemon_reload=dict(type='bool', default=False, aliases=['daemon-reload']),
|
||||
|
|
Loading…
Reference in a new issue