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:
parent
5b71b3bbea
commit
9ad26cd1e7
@ -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>`__
|
@ -27,7 +27,7 @@ roles:
|
|||||||
# There are no versioned releases of this role.
|
# There are no versioned releases of this role.
|
||||||
version: acd08fd126d0e442ab8b3bc518e37761390d8c2f
|
version: acd08fd126d0e442ab8b3bc518e37761390d8c2f
|
||||||
- src: MichaelRigart.interfaces
|
- src: MichaelRigart.interfaces
|
||||||
version: v1.15.4
|
version: v1.15.5
|
||||||
- src: mrlesmithjr.chrony
|
- src: mrlesmithjr.chrony
|
||||||
version: v0.1.4
|
version: v0.1.4
|
||||||
- src: mrlesmithjr.manage_lvm
|
- src: mrlesmithjr.manage_lvm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user