This commit is contained in:
Wojciech Janota 2022-12-28 17:09:03 +01:00
parent a36f55935c
commit 7aefd961cc
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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