ansible-role-fastd/tasks/main.yml

10 lines
156 B
YAML

---
# tasks file for fastd
- include: install.yml
- include: profile.yml
loop: "{{ fastd_profiles |dict2items }}"
loop_control:
loop_var: profile