[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>
This commit is contained in:
Matt Martz 2021-04-22 10:29:58 -05:00 committed by GitHub
parent 1808502b51
commit bd107203b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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