fix doc: add possible state 'inactive' (#74928)
This commit is contained in:
parent
576e0f6404
commit
473df5c13f
1 changed files with 2 additions and 1 deletions
|
@ -62,7 +62,8 @@ ansible_facts:
|
|||
state:
|
||||
description:
|
||||
- State of the service.
|
||||
- Either C(failed), C(running), C(stopped), or C(unknown).
|
||||
- 'This commonly includes (but is not limited to) the following: C(failed), C(running), C(stopped) or C(unknown).'
|
||||
- Depending on the used init system additional states might be returned.
|
||||
returned: always
|
||||
type: str
|
||||
sample: running
|
||||
|
|
Loading…
Add table
Reference in a new issue