blockscout-terraform/clean.yml

12 lines
286 B
YAML
Raw Permalink Normal View History

- name: Clean TF cache
2019-06-05 06:04:33 -07:00
hosts: localhost,all
tasks:
- name: Clean TF cache
file:
state: absent
path: "{{ item }}"
2019-09-04 02:30:26 -07:00
with_items:
2019-06-05 06:04:33 -07:00
- "log.txt"
- "/tmp/blockscout-{{ group_names[0] }}-{{ chain }}"
- "/tmp/files-{{ group_names[0] }}"