mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
service module 'state' parameter comments should be processed by RST
This commit is contained in:
parent
51180fa344
commit
f18446e7a5
1 changed files with 3 additions and 3 deletions
|
@ -35,7 +35,7 @@ options:
|
||||||
required: false
|
required: false
|
||||||
choices: [ started, stopped, restarted, reloaded ]
|
choices: [ started, stopped, restarted, reloaded ]
|
||||||
description:
|
description:
|
||||||
C(Started)/C(stopped) are idempotent actions that will not run
|
- C(started)/C(stopped) are idempotent actions that will not run
|
||||||
commands unless necessary. C(restarted) will always bounce the
|
commands unless necessary. C(restarted) will always bounce the
|
||||||
service. C(reloaded) will always reload.
|
service. C(reloaded) will always reload.
|
||||||
pattern:
|
pattern:
|
||||||
|
|
Loading…
Add table
Reference in a new issue