Added Alpine variant (needs testing!)
This commit is contained in:
parent
4d8d520ef5
commit
ff2a169cec
14
tasks/prepare_alpine.yml
Normal file
14
tasks/prepare_alpine.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
---
|
||||||
|
- name: Update index files
|
||||||
|
apk:
|
||||||
|
update_cache: yes
|
||||||
|
|
||||||
|
- name: Install required packages
|
||||||
|
apk:
|
||||||
|
name:
|
||||||
|
- curl
|
||||||
|
- git
|
||||||
|
- gnupg
|
||||||
|
- xz
|
||||||
|
state: latest
|
||||||
|
|
Loading…
Reference in a new issue