Skip to content

Commit

Permalink
fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Jul 4, 2024
1 parent 501e2d0 commit 54d9d3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ vagrant.yml
tests/validation.sh
tests/validation.log
tests/test.sh
tests/plugins/lookup/__pycache__/
1 change: 1 addition & 0 deletions tests/roles/install_dbserver/tasks/PG_RedHat_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 54d9d3a

Please sign in to comment.