Fix network configure on Rocky hosts

When evaluating the templates, an error is raised failing to load
ipaddr. Fix this by bumping the version of MichaelRigart.interfaces.

```
ansible.errors.AnsibleError: template error while templating string: Could not load "ipaddr": 'ipaddr'.
```

Closes-Bug: #2107335
Change-Id: I17a94a7367c57b37fa01db737f0235472360155a
This commit is contained in:
Matt Crees 2025-04-14 14:54:53 +01:00
parent f84829865b
commit a92fc50173
2 changed files with 8 additions and 1 deletions

View File

@ -0,0 +1,7 @@
---
fixes:
- |
Bumps MichaelRigart.interfaces to fix an issue where ``kayobe overcloud
host configure`` would fail to template during the networking tasks on
Rocky hosts, with the error ``Could not load "ipaddr"``.
`LP#2107335 <https://bugs.launchpad.net/kayobe/+bug/2107335>`__

View File

@ -23,7 +23,7 @@ roles:
# There are no versioned releases of this role.
version: acd08fd126d0e442ab8b3bc518e37761390d8c2f
- src: MichaelRigart.interfaces
version: v1.15.4
version: v1.15.5
- src: mrlesmithjr.chrony
version: v0.1.4
- src: mrlesmithjr.manage_lvm