From aa68ab347c3468c621c1b66a8ca598647b46ea5e Mon Sep 17 00:00:00 2001 From: Adam D <44533090+emptyDir@users.noreply.github.com> Date: Sat, 14 Mar 2026 12:53:02 -0700 Subject: [PATCH] update changelog fragment --- changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml index b65cb65b53..50c1bf61ba 100644 --- a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml +++ b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml @@ -1,4 +1,5 @@ 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. + 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).