From a786ef20f753125159c7b20aa964fb093283c052 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Thu, 10 Mar 2022 09:17:16 +0000 Subject: [PATCH] Bump MichaelRigart.interfaces to v1.13.1 The update of MichaelRigart.interfaces to v1.13.0 introduced a regression due to https://github.com/michaelrigart/ansible-role-interfaces/pull/118. Configuration for active interfaces could be removed and not recreated, if not present in the kayobe network interface configuration. This affects the Kayobe development environment, in which the configuration does not touch the host's real network interfaces. That would lead to DHCP leases not being renewed, and consequent loss of access to the host. This change fixes the issue by bumping to v1.13.1, which reverts the change. Change-Id: I03da729e1d05783af2e290237485f6035d2ddcdc --- requirements.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.yml b/requirements.yml index db7c3d7c7..4851b821b 100644 --- a/requirements.yml +++ b/requirements.yml @@ -14,7 +14,7 @@ roles: # There are no versioned releases of this role. version: 29871bf3279ef95fc8f7339b9abd13f869980750 - src: MichaelRigart.interfaces - version: v1.13.0 + version: v1.13.1 - src: mrlesmithjr.chrony version: v0.1.4 - src: mrlesmithjr.manage-lvm