ansible-collection-nameserver/roles/knot/tasks/main.yml

14 lines
212 B
YAML
Raw Normal View History

2020-11-19 00:21:11 +01:00
---
- name: install knot
import_tasks: install.yml
tags:
2021-01-16 02:02:16 +01:00
- "role::knot"
- "role::knot:install"
2020-11-19 00:21:11 +01:00
- name: configure knot
import_tasks: config.yml
tags:
2021-01-16 02:02:16 +01:00
- "role::knot"
- "role::knot:config"