Files
ansible-adguardhome/tasks/setup_debian.yml
Jim Myhrberg 8ed2be2b5a feat: Add support for installing latest version
This works by looking up the latest GitHub release, and using the git
tag of that release as the version.
2020-01-11 23:42:39 +00:00

7 lines
100 B
YAML

---
- name: Install system dependencies
package:
name:
- libcap2-bin
state: present