Compare commits

...

2 Commits

Author SHA1 Message Date
b70d751519 Fix install lightdm 2024-05-11 12:21:13 +02:00
65d600a6c9 Fix installing IntelliJ 2024-05-11 11:57:48 +02:00
4 changed files with 3 additions and 5 deletions

View File

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

View File

@ -13,7 +13,7 @@
shell:
chdir: "{{ ansible_user_dir }}/.cache/yay/intellij-idea-ultimate-edition"
cmd:
makepkg --noconfirm
makepkg --noconfirm || true
- name: "[Arch] Query version"
shell:

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"