mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #1257 from tbielawa/service_typo
Fix typo in service module docs
This commit is contained in:
commit
5a16a270fc
1 changed files with 6 additions and 6 deletions
|
@ -46,7 +46,7 @@ options:
|
|||
- 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)
|
||||
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:
|
||||
required: false
|
||||
choices: [ "yes", "no" ]
|
||||
|
|
Loading…
Reference in a new issue