Add a script to launch sway on FreeBSD.
This commit is contained in:
@@ -89,3 +89,16 @@
|
||||
path: /etc/rc.conf
|
||||
start: absent
|
||||
when: rc_conf is not defined
|
||||
|
||||
- name: Add fstab entries
|
||||
mount:
|
||||
name: "{{ item.dst }}"
|
||||
src: "{{ item.src }}"
|
||||
fstype: "{{ item.fstype }}"
|
||||
opts: "{{ item.opts }}"
|
||||
state: present
|
||||
loop:
|
||||
- dst: /tmp
|
||||
src: tmpfs
|
||||
fstype: tmpfs
|
||||
opts: rw,mode=777
|
||||
|
||||
Reference in New Issue
Block a user