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
commit eacf663999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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).