Update for FreeBSD on AMD Framework laptop.
This commit is contained in:
@@ -7,6 +7,16 @@
|
||||
- rust-coreutils
|
||||
state: present
|
||||
|
||||
- name: Install service configuration
|
||||
copy:
|
||||
src: "files/{{ item }}_rc.conf"
|
||||
dest: "/etc/rc.conf.d/{{ item }}"
|
||||
mode: 0644
|
||||
owner: root
|
||||
group: wheel
|
||||
loop:
|
||||
- cleartmp
|
||||
|
||||
- name: Install login.conf
|
||||
copy:
|
||||
src: login.conf
|
||||
|
||||
Reference in New Issue
Block a user