python2 still needed for centos7
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Tobias Trabelsi 2021-10-05 22:14:02 +02:00
parent 0de82fb7a9
commit fc30e58479
Signed by: lerentis
GPG Key ID: FF0C2839718CAF2E
1 changed files with 1 additions and 1 deletions

View File

@ -115,7 +115,7 @@ steps:
commands:
- ansible-galaxy collection install community.general
- ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check
- ansible-playbook -i tests/inventory tests/test-playbook.yml -e "ci_run=yes" --skip-tags "daemon"
- ansible-playbook -i tests/inventory tests/test-playbook.yml -e ansible_python_interpreter=/usr/bin/python2 -e "ci_run=yes" --skip-tags "daemon"
depends_on:
- "prepare_workspace"