From 282ca6bf355017d6fe629a8b9e486f0e7fe7b4df Mon Sep 17 00:00:00 2001 From: Adam D <44533090+emptyDir@users.noreply.github.com> Date: Mon, 16 Mar 2026 14:25:41 -0700 Subject: [PATCH] Update changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml Co-authored-by: Felix Fontein --- changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml index 8a305f2b92..717bb7654b 100644 --- a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml +++ b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml @@ -1,3 +1,3 @@ bugfixes: - - nictagadm - Adds a condition to the if statement so that ``is_valid_mac()`` doesn't get called if ``etherstub`` is false + - nictagadm - add a condition to the if statement so that ``is_valid_mac()`` does not get called if ``etherstub`` is false (https://github.com/ansible-collections/community.general/pull/11589).