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

View File

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

View File

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

View File

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