Variablize /etc/rc.conf. Enable FuseFS more properly.

This commit is contained in:
2021-07-13 21:10:47 -05:00
parent 67cea8ed34
commit cdaa408df9
3 changed files with 15 additions and 2 deletions

View File

@ -21,13 +21,14 @@
- name: Workstation | FreeBSD | GUI | Create rc.conf Entries
blockinfile:
path: /etc/rc.conf
path: "{{ rc_conf }}"
marker: "# {mark} MANAGED BY ANSIBLE | GUI Components"
block: |
dbus_enable="YES"
hald_enable="YES"
gnome_enable="YES"
gdm_enable="YES"
create: yes
backup: yes
- name: Workstation | FreeBSD | GUI | Create proc fstab Entry