fix(execution_environment): ansible runner required

this is a dependency so that the EE runs in awx/tower

!93
This commit is contained in:
2023-10-16 13:15:19 +09:30
parent 7d637c2767
commit 26fb79d44c

View File

@ -1,5 +1,6 @@
ansible-core==2.14.5 ansible-core==2.14.5
ansible-lint==6.15.0 ansible-lint==6.15.0
ansible-runner==2.3.4
# Required for community.general.gitlab_* # Required for community.general.gitlab_*
python_gitlab==3.14.0 python_gitlab==3.14.0