From 54d9d3a47826de8354c1fd5f5cfefcea538c30b5 Mon Sep 17 00:00:00 2001 From: Stefan Fercot Date: Thu, 4 Jul 2024 16:50:00 +0200 Subject: [PATCH] fix CI? --- .gitignore | 1 + tests/roles/install_dbserver/tasks/PG_RedHat_install.yml | 1 + tests/run.sh | 1 + 3 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index f0904aa..b133aab 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ vagrant.yml tests/validation.sh tests/validation.log tests/test.sh +tests/plugins/lookup/__pycache__/ diff --git a/tests/roles/install_dbserver/tasks/PG_RedHat_install.yml b/tests/roles/install_dbserver/tasks/PG_RedHat_install.yml index 4c0af4e..10838bf 100644 --- a/tests/roles/install_dbserver/tasks/PG_RedHat_install.yml +++ b/tests/roles/install_dbserver/tasks/PG_RedHat_install.yml @@ -14,6 +14,7 @@ - name: Install required python package on EL8 and EL9 ansible.builtin.package: name: + - python3-devel - python3-psycopg2 state: present become: true diff --git a/tests/run.sh b/tests/run.sh index 2055ad2..e3f1144 100644 --- a/tests/run.sh +++ b/tests/run.sh @@ -71,6 +71,7 @@ if $INIT_ONLY; then ansible-galaxy collection install community.general ansible-galaxy collection install community.postgresql ansible-galaxy collection install telekom_mms.icinga_director + pip install psycopg2 echo '--------------------' echo 'Install MinIO Python SDK' pip install minio