sync/roles/clean/tasks/main.yml

12 lines
261 B
YAML
Raw Normal View History

2018-07-05 17:07:42 -04:00
- name: Remove files
file:
path: "{{ local_path }}/{{ item.path }}"
state: absent
with_filetree: "skel/"
- name: Remove cloned repositories
file:
path: "{{ local_path }}/{{ item.path }}"
state: absent
loop:
- "{{ local_path }}/.fzf"