mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 15:41:22 -07:00
Fix dummy interface returning changed (#3625)
* fix dummy interface bug * fix dummy interface bug * Update nmcli.py * Update nmcli.py * Update nmcli.py * Update nmcli.py * adding tests and requested conditional * Fix pylint problems and remove 2 lines from previous version of bugfix * Fix pep8 issue * add changelog * Update changelogs/fragments/3625-nmcli_false_changed_mtu_fix.yml Co-authored-by: Felix Fontein <felix@fontein.de> Co-authored-by: Felix Fontein <felix@fontein.de>
This commit is contained in:
parent
146af089e9
commit
85085bcd53
3 changed files with 107 additions and 0 deletions
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
bugfixes:
|
||||
- nmcli - fixed falsely reported changed status when ``mtu`` is omitted with ``dummy`` connections
|
||||
(https://github.com/ansible-collections/community.general/issues/3612, https://github.com/ansible-collections/community.general/pull/3625).
|
Loading…
Add table
Add a link
Reference in a new issue