Better names.

This commit is contained in:
Hyperling 2021-02-01 07:58:00 -06:00
parent 1e453e8df4
commit 111e1e2888
2 changed files with 5 additions and 5 deletions

View File

@ -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: |

View File

@ -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: |