butcher, remove empty password and get ready for pamshits
This commit is contained in:
parent
7ba70c8132
commit
743304aa66
1 changed files with 2 additions and 6 deletions
8
play.yml
8
play.yml
|
@ -92,7 +92,7 @@
|
||||||
block: |
|
block: |
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=
|
ExecStart=
|
||||||
ExecStart=-/sbin/agetty -o '-p -- yf' --noclear --skip-login - $TERM
|
ExecStart=-/sbin/agetty --skip-login - $TERM
|
||||||
Environment=XDG_SESSION_TYPE=wayland
|
Environment=XDG_SESSION_TYPE=wayland
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
|
@ -102,10 +102,6 @@
|
||||||
enabled: true
|
enabled: true
|
||||||
become: yes
|
become: yes
|
||||||
|
|
||||||
- name: Remove password of yf
|
|
||||||
user: name=yf password=''
|
|
||||||
become: yes
|
|
||||||
|
|
||||||
- name: Install stow
|
- name: Install stow
|
||||||
community.general.pacman:
|
community.general.pacman:
|
||||||
name:
|
name:
|
||||||
|
@ -211,4 +207,4 @@
|
||||||
Hyprland
|
Hyprland
|
||||||
fi
|
fi
|
||||||
become: yes
|
become: yes
|
||||||
become_user: yf
|
become_user: yf
|
||||||
|
|
Loading…
Reference in a new issue