--- - name: Install knot ansible.builtin.import_tasks: install.yml tags: - "role::knot" - "role::knot:install" - name: Render zonefiles ansible.builtin.import_tasks: zones.yml tags: - "role::knot" - "role::knot:zones" - name: Configure knot ansible.builtin.import_tasks: config.yml tags: - "role::knot" - "role::knot:config"