diff --git a/.drone.yml b/.drone.yml index f591019..88cc4f9 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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"