From 473df5c13f8fe1b2b7efb4a65b0a0b3887e85b39 Mon Sep 17 00:00:00 2001 From: Daniel Ziegenberg Date: Fri, 11 Jun 2021 06:58:00 +0200 Subject: [PATCH] fix doc: add possible state 'inactive' (#74928) --- lib/ansible/modules/service_facts.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/ansible/modules/service_facts.py b/lib/ansible/modules/service_facts.py index cec49324d53..bc397ebe1fe 100644 --- a/lib/ansible/modules/service_facts.py +++ b/lib/ansible/modules/service_facts.py @@ -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