From 26fb79d44cc06eb50ec750a5d82bab158af5cd11 Mon Sep 17 00:00:00 2001 From: Jon Date: Mon, 16 Oct 2023 13:15:19 +0930 Subject: [PATCH] fix(execution_environment): ansible runner required this is a dependency so that the EE runs in awx/tower !93 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d21c8b5..44dc928 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ ansible-core==2.14.5 ansible-lint==6.15.0 +ansible-runner==2.3.4 # Required for community.general.gitlab_* python_gitlab==3.14.0 \ No newline at end of file