Fix typo in service module docs
This commit is contained in:
parent
70a14f9a51
commit
7881ddd8cb
1 changed files with 6 additions and 6 deletions
2
service
2
service
|
@ -46,7 +46,7 @@ options:
|
||||||
- If the service does not respond to the status command, name a
|
- If the service does not respond to the status command, name a
|
||||||
substring to look for as would be found in the output of the I(ps)
|
substring to look for as would be found in the output of the I(ps)
|
||||||
command as a stand-in for a status result. If the string is found,
|
command as a stand-in for a status result. If the string is found,
|
||||||
the servie will be assumed to be running.
|
the service will be assumed to be running.
|
||||||
enabled:
|
enabled:
|
||||||
required: false
|
required: false
|
||||||
choices: [ "yes", "no" ]
|
choices: [ "yes", "no" ]
|
||||||
|
|
Loading…
Reference in a new issue