From bd107203b2cc207db6203f0be96f2dd2571d34ed Mon Sep 17 00:00:00 2001 From: Matt Martz Date: Thu, 22 Apr 2021 10:29:58 -0500 Subject: [PATCH] [stable-2.11] Update alpine repo to community for libuser (#74374) (#74375) (cherry picked from commit a3e7cf0) Co-authored-by: Matt Martz --- 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