From be1b504c68feee30019e73b7f705cb3d1203afe3 Mon Sep 17 00:00:00 2001 From: Michal Nasiadka Date: Wed, 6 Mar 2024 11:35:14 +0100 Subject: [PATCH] Switch ansible-modules-hashivault back to upstream 5.2.1 version was released with shebang fix [1]. [1]: TerryHowe/ansible-modules-hashivault@f1d30f1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2089c4b3f..ba1a14f12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ kayobe@git+https://github.com/stackhpc/kayobe@stackhpc/yoga ansible-modules-hashivault@git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc;python_version < "3.8" -ansible-modules-hashivault@git+https://github.com/stackhpc/ansible-modules-hashivault@stackhpc-py39;python_version >= "3.8" +ansible-modules-hashivault>=5.2.1;python_version >= "3.8" jmespath