Linting
This commit is contained in:
parent
d0cd352b4a
commit
77c1732623
31 changed files with 127 additions and 149 deletions
|
@ -41,14 +41,14 @@
|
|||
|
||||
- name: Create getty dir
|
||||
ansible.builtin.file:
|
||||
path: /etc/systemd/system/getty@tty1.service.d
|
||||
path: "/etc/systemd/system/getty@tty1.service.d"
|
||||
state: directory
|
||||
|
||||
- name: Autologin User
|
||||
ansible.builtin.template:
|
||||
src: tty_autologin.conf
|
||||
dest: /etc/systemd/system/getty@tty1.service.d/override.conf
|
||||
owner: root
|
||||
group: root
|
||||
mode: 0644
|
||||
src: "tty_autologin.conf"
|
||||
dest: "/etc/systemd/system/getty@tty1.service.d/override.conf"
|
||||
owner: "root"
|
||||
group: "root"
|
||||
mode: "0644"
|
||||
notify: daemon reload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue