Compare commits
No commits in common. "b70d75151907fa7aa7a4c6325a04564693b92964" and "8cdd185e0949ae8ece48c780215f06f925adcfe6" have entirely different histories.
b70d751519
...
8cdd185e09
@ -5,7 +5,6 @@
|
||||
- systemd-boot
|
||||
- ubuntu
|
||||
- desktop
|
||||
- lightdm
|
||||
- dwm
|
||||
- dev-java
|
||||
- autofs
|
||||
|
@ -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:
|
||||
|
@ -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'
|
||||
|
@ -1,3 +1,6 @@
|
||||
---
|
||||
- import_tasks: ubuntu.yml
|
||||
when: ansible_distribution == "Ubuntu"
|
||||
|
||||
- import_tasks: arch.yml
|
||||
when: ansible_distribution == "Archlinux"
|
||||
|
Loading…
Reference in New Issue
Block a user