blockscout-terraform/clean.yml

12 lines
286 B
YAML

- name: Clean TF cache
hosts: localhost,all
tasks:
- name: Clean TF cache
file:
state: absent
path: "{{ item }}"
with_items:
- "log.txt"
- "/tmp/blockscout-{{ group_names[0] }}-{{ chain }}"
- "/tmp/files-{{ group_names[0] }}"