summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Martz <matt@sivel.net>2021-04-22 10:29:58 -0500
committerGitHub <noreply@github.com>2021-04-22 10:29:58 -0500
commitbd107203b2cc207db6203f0be96f2dd2571d34ed (patch)
treedea44c7fc08490a97d51d0f05364ceec0aef79c0
parent1808502b5160b2b828afb88cbaee48de613bdfbf (diff)
downloadansible-bd107203b2cc207db6203f0be96f2dd2571d34ed.tar.gz
[stable-2.11] Update alpine repo to community for libuser (#74374) (#74375)
(cherry picked from commit a3e7cf0) Co-authored-by: Matt Martz <matt@sivel.net>
-rw-r--r--test/integration/targets/group/tasks/tests.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/group/tasks/tests.yml b/test/integration/targets/group/tasks/tests.yml
index b5d336b5b7..a724c9dfae 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