6 lines
159 B
YAML
Raw Normal View History

- import_tasks: tasks/freebsd.yaml
2023-09-01 18:14:12 -04:00
when: 'os_flavor == "freebsd" and build_user is defined'
- import_tasks: tasks/linux.yaml
when: 'os_flavor == "linux"'