WIP
This commit is contained in:
parent
a36f55935c
commit
7aefd961cc
@ -11,6 +11,11 @@
|
|||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
src: ./.xinitrc
|
src: ./.xinitrc
|
||||||
dest: /home/admin/.xinitrc
|
dest: /home/admin/.xinitrc
|
||||||
|
- name: Copy .bash_profile
|
||||||
|
ansible.builtin.copy:
|
||||||
|
src: ./.bash_profile
|
||||||
|
dest: /home/admin/.bash_profile
|
||||||
|
force: true
|
||||||
- name: Clone repository with client application
|
- name: Clone repository with client application
|
||||||
ansible.builtin.git:
|
ansible.builtin.git:
|
||||||
dest: /home/admin/client-application
|
dest: /home/admin/client-application
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
[Service]
|
[Service]
|
||||||
ExecStart=/sbin/agetty --noissue --autologin admin %I $TERM
|
ExecStart=
|
||||||
|
ExecStart=/sbin/agetty --autologin admin --noclear %I $TERM
|
||||||
Type=idle
|
Type=idle
|
Loading…
Reference in New Issue
Block a user