listen_ports_facts: Added support for ss (#3708) (#3744)

(cherry picked from commit 245cee0ece)

Co-authored-by: Jan Gaßner <40096303+moonrail@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-11-16 20:06:56 +01:00
committed by GitHub
parent 84a806be08
commit eacf663999
3 changed files with 141 additions and 26 deletions

View File

@@ -0,0 +1,3 @@
---
minor_changes:
- listen_ports_facts - add support for ``ss`` command besides ``netstat`` (https://github.com/ansible-collections/community.general/pull/3708).