fix
This commit is contained in:
parent
663e564011
commit
4ecf994360
10
tasks/main.yml
Normal file
10
tasks/main.yml
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
- name: add testing repository
|
||||||
|
lineinfile:
|
||||||
|
dest: /etc/apk/repositories
|
||||||
|
regexp: "/testing$"
|
||||||
|
line: "http://dl-5.alpinelinux.org/alpine/edge/testing"
|
||||||
|
|
||||||
|
- name: install motion
|
||||||
|
apk: name=motion state=present update_cache=yes
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user