Remove hibernate on FreeBSD.

This commit is contained in:
Tom Alexander
2022-12-02 00:09:33 -05:00
parent 80083ff0cc
commit d2b6c627ae
6 changed files with 43 additions and 11 deletions

View File

@@ -0,0 +1,10 @@
- name: Copy files
copy:
src: "files/{{ item.src }}"
dest: "{{ account_homedir.stdout }}/{{ item.dest }}"
mode: 0600
owner: "{{ account_name.stdout }}"
group: "{{ group_name.stdout }}"
loop:
- src: wlogout_layout_linux
dest: .config/wlogout/layout