From a3e7cf0110c1d2e7faf08e3ea4ac61db7b6f9bcb Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Wed, 21 Apr 2021 16:20:50 -0500 Subject: [PATCH] Update alpine repo to community for libuser (#74374) --- test/integration/targets/group/tasks/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/targets/group/tasks/tests.yml b/test/integration/targets/group/tasks/tests.yml index b5d336b5b71..a724c9dfae3 100644 --- a/test/integration/targets/group/tasks/tests.yml +++ b/test/integration/targets/group/tasks/tests.yml @@ -211,7 +211,7 @@ - user_test_local_mode - name: Ensure lgroupadd is present - Alpine - command: apk add -U libuser --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing + command: apk add -U libuser --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community when: ansible_distribution == 'Alpine' tags: - user_test_local_mode