butcher, remove empty password and get ready for pamshits
This commit is contained in:
parent
7ba70c8132
commit
743304aa66
6
play.yml
6
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:
|
||||||
|
|
Loading…
Reference in a new issue