Make canmount configurable for bhyve and jails.
This commit is contained in:
@@ -19,8 +19,8 @@
|
||||
state: present
|
||||
extra_zfs_properties:
|
||||
mountpoint: "{{ bhyve_mountpoint }}"
|
||||
canmount: "noauto"
|
||||
"ta:bemount": "on"
|
||||
canmount: "{{ bhyve_canmount|default('noauto') }}"
|
||||
"ta:bemount": "{{ bhyve_bemount|default('on') }}"
|
||||
|
||||
- name: Enable bhyve
|
||||
community.general.sysrc:
|
||||
|
||||
Reference in New Issue
Block a user