python2 still needed for centos7
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0de82fb7a9
commit
fc30e58479
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user