This commit is contained in:
arne 2024-05-18 13:18:18 +02:00
parent 663e564011
commit 4ecf994360

10
tasks/main.yml Normal file
View 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