Dwm-polybar clean build directory before build

This commit is contained in:
Przemek Grondek 2023-10-24 11:51:31 +02:00
parent 200645e7b6
commit a60a64aaaa

View File

@ -51,6 +51,11 @@
clone: yes
update: yes
- name: Clean build directory
file:
path: "{{ desktop_src_dir }}/polybar/build"
state: absent
- name: "polybar: create directory for build"
file:
state: directory