Skip to content

Commit

Permalink
change ansible_python_interpreter to fix CI?
Browse files Browse the repository at this point in the history
  • Loading branch information
pgstef committed Jul 4, 2024
1 parent 54d9d3a commit 9ea3ada
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions tests/platforms/common/inventory/inventory.j2
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ all:
{% for h in instances %}
{% if h.ansible_group == g %}
{{ h.name }}:
ansible_python_interpreter: /usr/bin/python3
{% endif%}
{% endfor %}
{% endfor %}
Expand Down
1 change: 0 additions & 1 deletion tests/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ 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 9ea3ada

Please sign in to comment.