fix lemurs
This commit is contained in:
parent
a2a60b50e6
commit
6e4630d5ee
12
play.yml
12
play.yml
|
@ -165,12 +165,21 @@
|
||||||
enabled: true
|
enabled: true
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
- name: Creates getty autologin service folder
|
- name: Create lemurs wayland dir
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: /etc/lemurs/wayland/
|
path: /etc/lemurs/wayland/
|
||||||
state: directory
|
state: directory
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
|
- name: Create auto hyprland login
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: /etc/lemurs/wayland/hyprland
|
||||||
|
state: touch
|
||||||
|
modification_time: preserve
|
||||||
|
access_time: preserve
|
||||||
|
mode: a+x
|
||||||
|
become: yes
|
||||||
|
|
||||||
- name: Write auto-hyprland login
|
- name: Write auto-hyprland login
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: /etc/lemurs/wayland/hyprland
|
path: /etc/lemurs/wayland/hyprland
|
||||||
|
@ -178,3 +187,4 @@
|
||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
exec Hyprland
|
exec Hyprland
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue