ansible-role-maatma/tasks/pkg.yml

10 lines
129 B
YAML
Raw Normal View History

2023-03-15 17:13:31 +00:00
---
- name: Install dependancies
apk:
name:
- lxc
- lxc-download
- py3-lxc
- xz
state: present