Better names.
This commit is contained in:
parent
1e453e8df4
commit
111e1e2888
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
# Provide FreeBSD with a DE.
|
# Provide FreeBSD with a DE.
|
||||||
|
|
||||||
- name: Install FreeBSD UI Software
|
- name: FreeBSD | Software | Install UI Components
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- xorg
|
- xorg
|
||||||
@ -10,13 +10,13 @@
|
|||||||
- "{{ thunderbird }}"
|
- "{{ thunderbird }}"
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
- name: Uninstall Bloat
|
- name: FreeBSD | Software | Uninstall Bloat
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
- "{{ evolution }}"
|
- "{{ evolution }}"
|
||||||
state: absent
|
state: absent
|
||||||
|
|
||||||
- name: Add GNOME + SSHFS to rc.conf
|
- name: FreeBSD | Software | Create rc.conf Entries
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/rc.conf
|
path: /etc/rc.conf
|
||||||
block: |
|
block: |
|
||||||
@ -28,7 +28,7 @@
|
|||||||
fusefs_enable="YES"
|
fusefs_enable="YES"
|
||||||
backup: yes
|
backup: yes
|
||||||
|
|
||||||
- name: Add GNOME to fstab
|
- name: FreeBSD | Software | Create fstab Entries
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/fstab
|
path: /etc/fstab
|
||||||
block: |
|
block: |
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
- name: Mounts | Create 1337 Folder
|
- name: Mounts | Create 1337 Folder
|
||||||
shell: mkdir -p /mnt/leet
|
shell: mkdir -p /mnt/leet
|
||||||
|
|
||||||
- name: Mounts | Create 1337 fstab Entry
|
- name: Mounts | Create fstab Entries
|
||||||
blockinfile:
|
blockinfile:
|
||||||
path: /etc/fstab
|
path: /etc/fstab
|
||||||
block: |
|
block: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user