mirror of
https://github.com/jimeh/ansible-adguardhome.git
synced 2026-02-18 22:56:39 +00:00
This works by looking up the latest GitHub release, and using the git tag of that release as the version.
7 lines
100 B
YAML
7 lines
100 B
YAML
---
|
|
- name: Install system dependencies
|
|
package:
|
|
name:
|
|
- libcap2-bin
|
|
state: present
|