Update dwm tasks
This commit is contained in:
parent
1930200a86
commit
3950c81a80
@ -57,3 +57,9 @@
|
|||||||
|
|
||||||
- name: debug
|
- name: debug
|
||||||
debug: msg="{{ make.stdout }}"
|
debug: msg="{{ make.stdout }}"
|
||||||
|
|
||||||
|
- name: install additional packages
|
||||||
|
become: yes
|
||||||
|
apt:
|
||||||
|
pkg:
|
||||||
|
- gsimplecal
|
||||||
|
@ -9,4 +9,20 @@
|
|||||||
- feh
|
- feh
|
||||||
- dunst
|
- dunst
|
||||||
- arandr
|
- arandr
|
||||||
|
- fonts-font-awesome
|
||||||
|
|
||||||
|
- name: install necessary software
|
||||||
|
when: ansible_distribution == "Ubuntu" and ansible_distribution_version == "23.04"
|
||||||
|
become: yes
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
pkg:
|
||||||
|
- libxapp1
|
||||||
|
|
||||||
|
- name: install necessary software
|
||||||
|
when: ansible_distribution == "Ubuntu" and ansible_distribution_version != "23.04"
|
||||||
|
become: yes
|
||||||
|
apt:
|
||||||
|
update_cache: yes
|
||||||
|
pkg:
|
||||||
- xapp
|
- xapp
|
||||||
|
Loading…
Reference in New Issue
Block a user