homeserver/roles/mgrote.dnsmasq_adblocker/tasks/main.yml

13 lines
269 B
YAML
Raw Normal View History

---
- name: include install tasks
include_tasks: install.yml
- name: include configuration tasks
include_tasks: config.yml
- name: include systemd tasks
include_tasks: services.yml
- name: include blocklist tasks
include_tasks: blocklist.yml