aperantly it still needs python2
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Tobias Trabelsi 2021-01-31 00:29:58 +01:00
parent 54b71c6955
commit 02aa8691bb
Signed by: lerentis
GPG Key ID: AB673A86224CEB5A
1 changed files with 9 additions and 9 deletions

View File

@ -35,14 +35,13 @@ steps:
depends_on: depends_on:
- prepare_workspace - prepare_workspace
# replace with debian 9 when available. 8 is EOL - name: test-debian9
# - name: test-debian8 image: lerentis/ansible:debian-9
# image: lerentis/ansible:debian-8 commands:
# commands: - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check
# - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check - ansible-playbook -i tests/inventory tests/test-playbook.yml
# - ansible-playbook -i tests/inventory tests/test-playbook.yml depends_on:
# depends_on: - prepare_workspace
# - prepare_workspace
- name: test-ubuntu16 - name: test-ubuntu16
image: lerentis/ansible:ubuntu-16.04 image: lerentis/ansible:ubuntu-16.04
@ -71,6 +70,7 @@ steps:
- name: test-arch - name: test-arch
image: lerentis/ansible:arch image: lerentis/ansible:arch
commands: commands:
- pacman -S python2 --noconfirm
- ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check
- ansible-playbook -i tests/inventory tests/test-playbook.yml - ansible-playbook -i tests/inventory tests/test-playbook.yml
depends_on: depends_on:
@ -97,7 +97,7 @@ steps:
depends_on: depends_on:
- prepare_workspace - prepare_workspace
- test-debian7 - test-debian7
# - test-debian9 - test-debian9
- test-ubuntu16 - test-ubuntu16
- test-ubuntu18 - test-ubuntu18
- test-ubuntu20 - test-ubuntu20