mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-03-22 13:19:13 +00:00
Add changelog fragment
This commit is contained in:
parent
656371e676
commit
684efd2f07
1 changed files with 4 additions and 0 deletions
|
|
@ -0,0 +1,4 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue