ansible/roles/asterisk/tasks/main.yml
Correl Roush ab8dda9dfb Import tasks rather than including them
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.
2024-12-03 18:17:53 -05:00

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