Merge "Fix netplan packages do not getting fully removed"

This commit is contained in:
Zuul 2025-03-21 19:06:02 +00:00 committed by Gerrit Code Review
commit 097bddb3b7
2 changed files with 8 additions and 0 deletions

View File

@ -18,7 +18,9 @@
package:
name:
- libnetplan0
- libnetplan1
- netplan.io
- netplan-generator
state: absent
notify:
- Remove netplan systemd-networkd configuration

View File

@ -0,0 +1,6 @@
---
fixes:
- |
Fix a bug where netplan packages are not fully removed resulting generated
network configurations are not getting applied with ``host configure``
commands. 'LP#2103794 <https://bugs.launchpad.net/kayobe/+bug/2103794>'__