ansible-collection-nameserver/roles/knot/tasks/main.yml
2021-01-16 02:02:16 +01:00

13 lines
212 B
YAML

---
- name: install knot
import_tasks: install.yml
tags:
- "role::knot"
- "role::knot:install"
- name: configure knot
import_tasks: config.yml
tags:
- "role::knot"
- "role::knot:config"