---

- name: Install Anope
  ansible.builtin.import_tasks: install.yml
  tags:
    - "role::anope"
    - "role::anope:install"

- name: Configure Anope
  ansible.builtin.import_tasks: config.yml
  tags:
    - "role::anope"
    - "role::anope:config"