From 683356e20d72e49f1c9ab66a6e9e6398d3bbd7fb Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Mon, 28 Jul 2025 22:43:35 +0200 Subject: [PATCH] Molecule testing broken with latest ansible See: https://github.com/ansible-community/molecule-plugins/issues/311 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4162e72..9645d57 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ -ansible-core +ansible-core==2.18.* molecule molecule-plugins[podman]