Better names.
This commit is contained in:
parent
1e453e8df4
commit
111e1e2888
@ -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: |
|
||||
|
@ -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: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user