From 7ef37d5ca7aa34f6f33f374a7863134a8c31e573 Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Sat, 26 Jun 2021 14:47:39 +0200 Subject: [PATCH] update glibc --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: