diff --git a/tasks/FreeBSD-power.yml b/tasks/FreeBSD-power.yml index a0cf2c6..aec3347 100644 --- a/tasks/FreeBSD-power.yml +++ b/tasks/FreeBSD-power.yml @@ -42,6 +42,16 @@ tags: - configuration +- name: FreeBSD power| tweaks for use as a desktop + blockinfile: + path: "/boot/loader.conf" + block: "{{ lookup('file', 'block-FreeBSD-power-deskop.j2') }}" + marker: "# {mark} ANSIBLE MANAGED BLOCK tweaks for desktop" + become: true + tags: + - configuration + + - name: setup suspend on lid close sysctl: name: "{{ item.name }}"