From a7461b0d713859330d0ca4ad180388904821aaf6 Mon Sep 17 00:00:00 2001 From: Adam D <44533090+emptyDir@users.noreply.github.com> Date: Sun, 15 Mar 2026 12:11:14 -0700 Subject: [PATCH] Shorten changelog fragement --- changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml index 50c1bf61ba..8a305f2b92 100644 --- a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml +++ b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml @@ -1,5 +1,3 @@ bugfixes: - - nictagadm - fix ``'NoneType' object has no attribute 'lower'`` errors when creating etherstubs. - Module always calls ``nictag.is_valid_mac()``, but if ``etherstub`` is set to True then mac is necessarily null. - Adds a condition to the if statement so that ``is_valid_mac()`` doesn't get called if ``etherstub`` is false + - nictagadm - Adds a condition to the if statement so that ``is_valid_mac()`` doesn't get called if ``etherstub`` is false (https://github.com/ansible-collections/community.general/pull/11589).