diff --git a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml index 8a305f2b92..717bb7654b 100644 --- a/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml +++ b/changelogs/fragments/nictagadm-etherstub-nonetype-bugfix.yml @@ -1,3 +1,3 @@ bugfixes: - - nictagadm - Adds a condition to the if statement so that ``is_valid_mac()`` doesn't get called if ``etherstub`` is false + - nictagadm - add a condition to the if statement so that ``is_valid_mac()`` does not get called if ``etherstub`` is false (https://github.com/ansible-collections/community.general/pull/11589).