diff --git a/.drone.yml b/.drone.yml index 59300e0..20b2509 100644 --- a/.drone.yml +++ b/.drone.yml @@ -114,7 +114,7 @@ steps: - name: test-arch image: lerentis/ansible:arch commands: - - pacman -Sy python2 --noconfirm + - pacman -Sy python2 glibc --noconfirm - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check - ansible-playbook -i tests/inventory tests/test-playbook.yml depends_on: