listen_ports_facts: Added support for ss (#3708)

This commit is contained in:
Jan Gaßner 2021-11-16 19:50:29 +01:00 committed by GitHub
commit 245cee0ece
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).