Update alpine repo to community for libuser (#74374)
This commit is contained in:
parent
738132da95
commit
a3e7cf0110
1 changed files with 1 additions and 1 deletions
|
@ -211,7 +211,7 @@
|
||||||
- user_test_local_mode
|
- user_test_local_mode
|
||||||
|
|
||||||
- name: Ensure lgroupadd is present - Alpine
|
- 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'
|
when: ansible_distribution == 'Alpine'
|
||||||
tags:
|
tags:
|
||||||
- user_test_local_mode
|
- user_test_local_mode
|
||||||
|
|
Loading…
Reference in a new issue