1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-04-22 19:59:07 +00:00
community.general/changelogs/fragments
patchback[bot] b3782a76e0
[PR #11551/1554f23b backport][stable-12] nmcli: fix idempotency issue with macvlan (#11566)
nmcli: fix idempotency issue with macvlan (#11551)

* nmcli: fix idempotency issue with macvlan

The nmcli module is not idempotent for macvlan interfaces.

Ansible running in diff mode for a case where the interface in question
already exists:

```
TASK [nm_macvlan : Check macvlan connection] *********************************************************************************
--- before
+++ after
@@ -11,5 +11,5 @@
     "ipv6.method": "disabled",
     "macvlan.mode": "2",
     "macvlan.parent": "eth0",
-    "macvlan.tap": "no"
+    "macvlan.tap": "False"
 }
```
The problem is that `macvlan.tap` isn't treated as boolean option. Fix it.

* Update changelogs/fragments/11551-fix-nmcli-idempotency-for-macvlan.yml



---------


(cherry picked from commit 1554f23bfb)

Co-authored-by: Martin Wilck <mwilck@suse.com>
Co-authored-by: Felix Fontein <felix@fontein.de>
2026-03-10 22:00:44 +01:00
..
.keep Rename changelogs/fragments/.empty -> changelogs/fragments/.keep 2020-08-07 08:17:57 +02:00
11540-deprecate-aix.yml [PR #11540/137f5444 backport][stable-12] aix_*: deprecation (#11550) 2026-03-04 21:59:38 +01:00
11551-fix-nmcli-idempotency-for-macvlan.yml [PR #11551/1554f23b backport][stable-12] nmcli: fix idempotency issue with macvlan (#11566) 2026-03-10 22:00:44 +01:00
11555-incus-domain-name.yml [PR #11555/71f8c15d backport][stable-12] Allow setting of independent custom domain for incus inventory (#11560) 2026-03-07 19:12:30 +01:00
keycloak-authentication-none-executions.yml [PR #11548/2f33ff10 backport][stable-12] keycloak_authentication: fix TypeError when flow has no authenticationExecutions (#11565) 2026-03-10 06:57:51 +01:00