fix: not loading .profile
This commit is contained in:
parent
b3a0fdc298
commit
04a8f1fd14
@ -167,6 +167,13 @@
|
|||||||
- { src: mimeapps_x220.list, dest: ~/.config/mimeapps.list }
|
- { src: mimeapps_x220.list, dest: ~/.config/mimeapps.list }
|
||||||
tags: x220
|
tags: x220
|
||||||
|
|
||||||
|
- name: Remove unwanted files
|
||||||
|
ansible.builtin.file:
|
||||||
|
path: "{{ item }}"
|
||||||
|
state: absent
|
||||||
|
loop:
|
||||||
|
- ~/.bash_profile
|
||||||
|
|
||||||
- name: Enable Lightdm
|
- name: Enable Lightdm
|
||||||
ansible.builtin.service:
|
ansible.builtin.service:
|
||||||
name: lightdm
|
name: lightdm
|
||||||
|
Loading…
Reference in New Issue
Block a user