diff --git a/tasks/freebsd/software/gui.yml b/tasks/freebsd/software/gui.yml index eedbba7..f41798a 100644 --- a/tasks/freebsd/software/gui.yml +++ b/tasks/freebsd/software/gui.yml @@ -1,7 +1,7 @@ --- # Provide FreeBSD with a DE. -- name: Install FreeBSD UI Software +- name: FreeBSD | Software | Install UI Components package: name: - xorg @@ -10,13 +10,13 @@ - "{{ thunderbird }}" state: present -- name: Uninstall Bloat +- name: FreeBSD | Software | Uninstall Bloat package: name: - "{{ evolution }}" state: absent -- name: Add GNOME + SSHFS to rc.conf +- name: FreeBSD | Software | Create rc.conf Entries blockinfile: path: /etc/rc.conf block: | @@ -28,7 +28,7 @@ fusefs_enable="YES" backup: yes -- name: Add GNOME to fstab +- name: FreeBSD | Software | Create fstab Entries blockinfile: path: /etc/fstab block: | diff --git a/tasks/general/acct_mgmt/mounts.yml b/tasks/general/acct_mgmt/mounts.yml index a75b714..c816c16 100644 --- a/tasks/general/acct_mgmt/mounts.yml +++ b/tasks/general/acct_mgmt/mounts.yml @@ -4,7 +4,7 @@ - name: Mounts | Create 1337 Folder shell: mkdir -p /mnt/leet -- name: Mounts | Create 1337 fstab Entry +- name: Mounts | Create fstab Entries blockinfile: path: /etc/fstab block: |