Skip to content

Commit

Permalink
listen_ports_facts: pid is 0 by default
Browse files Browse the repository at this point in the history
fix #7620
  • Loading branch information
Jean-SebastienG committed Nov 1, 2024
1 parent 9553dd9 commit 23e7aff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/listen_ports_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 23e7aff

Please sign in to comment.