From 2cd3fddcc1c4f3de7a9b4f6017efe5fc565c525d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcel=20W=C3=BCrsten?= Date: Mon, 8 Jan 2024 09:51:17 +0100 Subject: [PATCH] fix: ansible collection install in testing --- molecule-requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/molecule-requirements.txt b/molecule-requirements.txt index a186919..672c36c 100644 --- a/molecule-requirements.txt +++ b/molecule-requirements.txt @@ -1,6 +1,7 @@ # At least Ansible 2.12 is needed due to used features like 'argument_specs' -ansible>=2.12 +# 2.12.10 fixes an issue with installing ansible-galaxy collections +ansible>=2.12.10 ## ansible/yaml lint ansible-lint~=6.22.1