13 lines
250 B
YAML
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"
|