ansible-collection-irc/roles/anope/tasks/main.yml

13 lines
250 B
YAML

---
- 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"