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).