From 352d96a7001c734f4aabba38294119b48170f095 Mon Sep 17 00:00:00 2001 From: Ajinkya Udgirkar Date: Tue, 13 Feb 2024 06:45:03 +0530 Subject: [PATCH] Add `ansible-dev-tools` as a dependency (#393) * Add as a dependency * add oniguruma-devel package --- _build/requirements.txt | 4 +--- base/Containerfile | 2 ++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_build/requirements.txt b/_build/requirements.txt index e865e6c..ee347f0 100644 --- a/_build/requirements.txt +++ b/_build/requirements.txt @@ -2,11 +2,9 @@ # see: https://github.com/yaml/pyyaml/issues/601 cython>=3.0.5; python_version >= "3.12" # ordered: -ansible-core==2.16.3 +ansible-dev-tools==24.2.0 ansible-pylibssh==1.1.0 ansible-runner==2.3.4 -ansible-lint==24.2.0 -molecule==24.2.0 molecule-plugins[podman]==23.5.3 paramiko==3.4.0 # https://github.com/ansible/creator-ee/issues/140 jmespath==1.0.1 # needed for json_query module diff --git a/base/Containerfile b/base/Containerfile index cabfe61..6082cd0 100644 --- a/base/Containerfile +++ b/base/Containerfile @@ -21,6 +21,8 @@ gcc \ git-core \ # ansible-pylibssh needs: libssh-devel \ +# ansible-navigator needs: +oniguruma-devel \ podman \ python3 \ python3-bcrypt \