add freebsd power

This commit is contained in:
927589452 2019-09-12 21:27:39 +02:00
parent 78d169fd8f
commit 8a783d63fb

View file

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