From bb851c2785317ead95499e9305a3c6f0340ac581 Mon Sep 17 00:00:00 2001 From: Chris Edillon Date: Mon, 25 Nov 2024 12:55:27 -0500 Subject: [PATCH] removed old comments --- execution_environments/requirements-25.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/execution_environments/requirements-25.yml b/execution_environments/requirements-25.yml index ddde62e9..6e3a7076 100644 --- a/execution_environments/requirements-25.yml +++ b/execution_environments/requirements-25.yml @@ -3,9 +3,7 @@ collections: # AAP config as code - name: ansible.controller version: ">=4.6.0" - # TODO this fails trying to install a different version of - # the python-systemd package - - name: ansible.eda # fails trying to install systemd-python package + - name: ansible.eda version: ">=2.1.0" - name: ansible.hub version: ">=1.0.0"