From 85005824ed5396aa22dc0b1b4110651a85daad8e Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Thu, 19 Dec 2024 13:46:12 -0500 Subject: [PATCH] Added network.backup collection to 2.5 EE Closes #210 --- execution_environments/requirements-25.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/execution_environments/requirements-25.yml b/execution_environments/requirements-25.yml index ae31def0..057155c6 100644 --- a/execution_environments/requirements-25.yml +++ b/execution_environments/requirements-25.yml @@ -48,6 +48,8 @@ collections: version: ">=8.0.0" - name: cisco.nxos version: ">=7.0.0" + - name: network.backup + version: ">=3.0.0" # TODO on 2.5 ee-minimal-rhel9 this tries to build and install # a different version of python netifaces, which fails # - name: infoblox.nios_modules