machine_setup/ansible/roles/build/meta/main.yaml
Tom Alexander 1c922c2234
Set up a separate FreeBSD update VM.
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.
2023-10-16 19:52:36 -04:00

6 lines
110 B
YAML

dependencies:
- role: users
when: 'os_flavor == "linux"'
- role: gpg
when: 'os_flavor == "linux"'