-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
listen_ports_facts: pid is 0 by default #9094
base: main
Are you sure you want to change the base?
listen_ports_facts: pid is 0 by default #9094
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your contribution! Could you explain how this is related to #7620?
Also you are modifying the description of a return value, not a module option. There is no way the user can actually set pid
.
@@ -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). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would put this in a second paragraph. Also use V()
for values.
description: The pid of the listening process. If user permissions not allowed, set to C(0). | |
description: | |
- The pid of the listening process. | |
- If user permissions not allowed, set to V(0). |
SUMMARY
listen_ports_facts: pid is 0 by default
fix #7620
ISSUE TYPE
COMPONENT NAME
listen_ports_facts
ADDITIONAL INFORMATION