6 lines
159 B
YAML
Raw Normal View History

2022-10-15 21:40:41 -04:00
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd" and build_user is defined'
- import_tasks: tasks/linux.yaml
when: 'os_flavor == "linux"'