From 23e7aff72be116896666a2bbf0175b375afa0c91 Mon Sep 17 00:00:00 2001 From: j33n Date: Fri, 1 Nov 2024 16:48:18 +0100 Subject: [PATCH] listen_ports_facts: pid is 0 by default fix #7620 --- plugins/modules/listen_ports_facts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/listen_ports_facts.py b/plugins/modules/listen_ports_facts.py index 08030a8b371..73d7a6b14d3 100644 --- a/plugins/modules/listen_ports_facts.py +++ b/plugins/modules/listen_ports_facts.py @@ -113,7 +113,7 @@ type: str sample: "mysqld" pid: - description: The pid of the listening process. + description: The pid of the listening process. If user permissions not allowed, set to C(0). returned: always type: int sample: 1223