Update dwm tasks

This commit is contained in:
Przemek Grondek 2023-04-24 03:21:51 +02:00
parent 1930200a86
commit 3950c81a80
2 changed files with 22 additions and 0 deletions

View File

@ -57,3 +57,9 @@
- name: debug
debug: msg="{{ make.stdout }}"
- name: install additional packages
become: yes
apt:
pkg:
- gsimplecal

View File

@ -9,4 +9,20 @@
- feh
- dunst
- 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