1c922c2234
It seems to compile the ports kernel modules into the OS, I need to be running the same kernel version as I am building, so I am putting it into its own VM.
6 lines
159 B
YAML
6 lines
159 B
YAML
- import_tasks: tasks/freebsd.yaml
|
|
when: 'os_flavor == "freebsd" and build_user is defined'
|
|
|
|
- import_tasks: tasks/linux.yaml
|
|
when: 'os_flavor == "linux"'
|