18 lines
291 B
YAML
18 lines
291 B
YAML
|
- name: create directory
|
||
|
file:
|
||
|
state: directory
|
||
|
path: "{{ desktop.apps_source_dir }}"
|
||
|
|
||
|
- include_tasks: rearrange-folders-loop.yml
|
||
|
loop:
|
||
|
- asusctl
|
||
|
- dotfiles
|
||
|
- dwm
|
||
|
- dwm-nest
|
||
|
- ego
|
||
|
- dwmstatus
|
||
|
- polybar
|
||
|
- streamdeck
|
||
|
- stterm
|
||
|
- supergfxctl
|