mirror of
https://github.com/vale981/matrix-docker-ansible-deploy
synced 2025-03-06 02:11:42 -05:00
9 lines
234 B
YAML
9 lines
234 B
YAML
---
|
|
|
|
- name: Get rid of old files and directories
|
|
ansible.builtin.file:
|
|
path: "{{ item }}"
|
|
state: absent
|
|
with_items:
|
|
- "{{ matrix_base_data_path }}/environment-variables"
|
|
- "{{ matrix_base_data_path }}/scratchpad"
|