Set Alpine repositories to edge
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
# roles/repos/tasks/main.yml
|
||||
|
||||
- name: Set Alpine repositories to edge
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/apk/repositories
|
||||
content: |
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/main
|
||||
http://dl-cdn.alpinelinux.org/alpine/edge/community
|
||||
owner: root
|
||||
group: root
|
||||
mode: "0644"
|
||||
when: ansible_facts['os_family'] == "Alpine"
|
||||
|
||||
Reference in New Issue
Block a user