fix doc: add possible state 'inactive' (#74928)

This commit is contained in:
Daniel Ziegenberg 2021-06-11 06:58:00 +02:00 committed by GitHub
parent 576e0f6404
commit 473df5c13f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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