Move the nat_dhcp jail to an unencrypted dataset so it can be available at boot.

This commit is contained in:
Tom Alexander
2022-12-02 22:13:32 -05:00
parent 74d31edae1
commit dac4734a80
4 changed files with 9 additions and 1 deletions

View File

@@ -15,6 +15,7 @@
state: present
- include_tasks: "tasks/{{graphics_driver}}.yaml"
when: install_graphics # TODO: Maybe this should be when graphics_driver is defined to support headless casting
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'