--- - name: Install knot ansible.builtin.import_tasks: install.yml tags: - "role::knot" - "role::knot:install" - name: Configure knot ansible.builtin.import_tasks: config.yml tags: - "role::knot" - "role::knot:config" - "role::knot:zones" # Backwards compat; this used to be a separate file