fix: not loading .profile

This commit is contained in:
Max Hohlfeld 2024-03-16 21:30:22 +01:00
parent b3a0fdc298
commit 04a8f1fd14

View File

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