Remove emacs directory
This commit is contained in:
parent
14f8b08e3c
commit
444f791b52
@ -18,22 +18,23 @@
|
|||||||
remote_src: true
|
remote_src: true
|
||||||
loop:
|
loop:
|
||||||
- ".config"
|
- ".config"
|
||||||
- ".ssh"
|
|
||||||
- ".local/share/applications"
|
- ".local/share/applications"
|
||||||
- ".mozilla"
|
- ".mozilla"
|
||||||
|
- ".ssh"
|
||||||
- "scripts"
|
- "scripts"
|
||||||
ignore_errors: true
|
ignore_errors: true
|
||||||
|
|
||||||
- name: Remove old files and directories
|
- name: Remove old/unnecessary files and directories
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
state: "absent"
|
state: "absent"
|
||||||
loop:
|
loop:
|
||||||
- "~/.config/Vorlagen"
|
- "~/.config/Vorlagen"
|
||||||
|
- "~/.emacs.d"
|
||||||
|
- "~/scripts/archive"
|
||||||
- "~/scripts/in_path"
|
- "~/scripts/in_path"
|
||||||
- "~/scripts/pieces"
|
- "~/scripts/pieces"
|
||||||
- "~/scripts/polybar"
|
- "~/scripts/polybar"
|
||||||
- "~/scripts/archive"
|
|
||||||
|
|
||||||
# - name: Include tasks from copy_new.yml
|
# - name: Include tasks from copy_new.yml
|
||||||
# ansible.builtin.include_tasks:
|
# ansible.builtin.include_tasks:
|
||||||
|
Loading…
Reference in New Issue
Block a user