Update for FreeBSD on AMD Framework laptop.

This commit is contained in:
Tom Alexander
2024-04-28 12:53:25 -04:00
parent 32eca75f4e
commit a7fe423583
14 changed files with 79 additions and 50 deletions

View File

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