From 97c351f3ad95e6743aaaf6c7bd1108de421d1abe Mon Sep 17 00:00:00 2001 From: Giorgos Drosos Date: Fri, 25 Jul 2025 22:13:17 +0300 Subject: [PATCH] Fix sanity tests --- .../10458-listen_port_facts-prevent-Type-error-crash.yml | 2 -- .../fragments/10458-listen_port_facts-prevent-type-error.yml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 changelogs/fragments/10458-listen_port_facts-prevent-Type-error-crash.yml diff --git a/changelogs/fragments/10458-listen_port_facts-prevent-Type-error-crash.yml b/changelogs/fragments/10458-listen_port_facts-prevent-Type-error-crash.yml deleted file mode 100644 index 6766610af5..0000000000 --- a/changelogs/fragments/10458-listen_port_facts-prevent-Type-error-crash.yml +++ /dev/null @@ -1,2 +0,0 @@ -bugfixes: - - "listen-port-facts - Avoid crash when required commands are missing (https://github.com/ansible-collections/community.general/issues/10457, https://github.com/ansible-collections/community.general/pull/10458). \ No newline at end of file diff --git a/changelogs/fragments/10458-listen_port_facts-prevent-type-error.yml b/changelogs/fragments/10458-listen_port_facts-prevent-type-error.yml index 6766610af5..429c82b752 100644 --- a/changelogs/fragments/10458-listen_port_facts-prevent-type-error.yml +++ b/changelogs/fragments/10458-listen_port_facts-prevent-type-error.yml @@ -1,2 +1,2 @@ bugfixes: - - "listen-port-facts - Avoid crash when required commands are missing (https://github.com/ansible-collections/community.general/issues/10457, https://github.com/ansible-collections/community.general/pull/10458). \ No newline at end of file + - "listen-port-facts - Avoid crash when required commands are missing (https://github.com/ansible-collections/community.general/issues/10457, https://github.com/ansible-collections/community.general/pull/10458)." \ No newline at end of file