ab8dda9dfb
Imports bring in tasks statically, allowing tags on the import to propagate properly. There is no need for the dynamic behavior of includes, they're just being used for organization.
8 lines
243 B
YAML
8 lines
243 B
YAML
- name: Configure Asterisk
|
|
tags: asterisk-configuration
|
|
ansible.builtin.import_tasks:
|
|
file: configure_asterisk.yml
|
|
- name: Install Voicemail API
|
|
tags: voicemail-api
|
|
ansible.builtin.import_tasks:
|
|
file: install_voicemail_api.yml
|