From 5470ea30dce806dc6c9d766baa57a9ea57aabcd2 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 10 Sep 2022 12:24:14 +0200 Subject: [PATCH] Fix changelogs killed by GitHub. (#5272) --- .../5202-bugfix-environmentError-wrong-indentation.yaml | 2 +- changelogs/fragments/5239-nagios-refactor.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/changelogs/fragments/5202-bugfix-environmentError-wrong-indentation.yaml b/changelogs/fragments/5202-bugfix-environmentError-wrong-indentation.yaml index d9001169b0..1553983144 100644 --- a/changelogs/fragments/5202-bugfix-environmentError-wrong-indentation.yaml +++ b/changelogs/fragments/5202-bugfix-environmentError-wrong-indentation.yaml @@ -1,2 +1,2 @@ bugfixes: - - listen_ports_facts - removed leftover ``EnvironmentError`` . The ``else`` clause had a wrong indentation. The check is now handled in the ``split_pid_name`` function (https://github.com//pull/5202). \ No newline at end of file + - listen_ports_facts - removed leftover ``EnvironmentError`` . The ``else`` clause had a wrong indentation. The check is now handled in the ``split_pid_name`` function (https://github.com/ansible-collections/community.general/pull/5202). \ No newline at end of file diff --git a/changelogs/fragments/5239-nagios-refactor.yaml b/changelogs/fragments/5239-nagios-refactor.yaml index e57eef8262..3f61642083 100644 --- a/changelogs/fragments/5239-nagios-refactor.yaml +++ b/changelogs/fragments/5239-nagios-refactor.yaml @@ -1,2 +1,2 @@ minor_changes: - - nagios - minor refactoring on parameter validation for different actions (https://github.com//pull/5239). + - nagios - minor refactoring on parameter validation for different actions (https://github.com/ansible-collections/community.general/pull/5239).