Remove rearrange folders
This commit is contained in:
parent
f378f95d4c
commit
ee2eecf737
@ -1,7 +1,4 @@
|
|||||||
---
|
---
|
||||||
- import_tasks: rearrange-folders.yml
|
|
||||||
when: ansible_distribution == "Ubuntu"
|
|
||||||
|
|
||||||
- import_tasks: cleanup.yml
|
- import_tasks: cleanup.yml
|
||||||
when: ansible_distribution == "Ubuntu"
|
when: ansible_distribution == "Ubuntu"
|
||||||
|
|
||||||
|
@ -1,8 +0,0 @@
|
|||||||
- name: "Lookup for {{ item }} directory"
|
|
||||||
stat:
|
|
||||||
path: "{{ desktop.old_source_dir }}/{{ item }}"
|
|
||||||
register: old_directory
|
|
||||||
- name: "Move {{ desktop.old_source_dir }}/{{ item }} to {{ desktop.apps_source_dir }}/{{ item }}"
|
|
||||||
command: mv {{ desktop.old_source_dir }}/{{ item }} {{ desktop.apps_source_dir }}/{{ item }}
|
|
||||||
when:
|
|
||||||
- old_directory.stat.exists
|
|
@ -1,17 +0,0 @@
|
|||||||
- 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
|
|
Loading…
Reference in New Issue
Block a user