mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
ed69bde7a9
* 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>
(cherry picked from commit 85085bcd53
)
Co-authored-by: Alex Groshev <38885591+haddystuff@users.noreply.github.com>
4 lines
No EOL
258 B
YAML
4 lines
No EOL
258 B
YAML
---
|
|
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). |