Fix install lightdm

This commit is contained in:
Przemek Grondek 2024-05-11 12:21:13 +02:00
parent 65d600a6c9
commit b70d751519
3 changed files with 2 additions and 4 deletions

View File

@ -5,6 +5,7 @@
- systemd-boot
- ubuntu
- desktop
- lightdm
- dwm
- dev-java
- autofs

View File

@ -28,6 +28,6 @@
- name: Copy background
become: yes
copy:
src: keys-l.conf
src: keys-l.jpg
dest: /usr/share/backgrounds/my/keys-l.jpg
mode: '0644'

View File

@ -1,6 +1,3 @@
---
- import_tasks: ubuntu.yml
when: ansible_distribution == "Ubuntu"
- import_tasks: arch.yml
when: ansible_distribution == "Archlinux"