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 - systemd-boot
- ubuntu - ubuntu
- desktop - desktop
- lightdm
- dwm - dwm
- dev-java - dev-java
- autofs - autofs

View File

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

View File

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