1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-03-22 05:09:12 +00:00

update changelog fragment

This commit is contained in:
Adam D 2026-03-14 12:53:02 -07:00
parent 684efd2f07
commit aa68ab347c

View file

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