Compare commits

..

No commits in common. "b70d75151907fa7aa7a4c6325a04564693b92964" and "8cdd185e0949ae8ece48c780215f06f925adcfe6" have entirely different histories.

4 changed files with 5 additions and 3 deletions

View File

@ -5,7 +5,6 @@
- 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 || true
makepkg --noconfirm
- name: "[Arch] Query version"
shell:

View File

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

View File

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