blockscout-terraform/clean.yml

15 lines
415 B
YAML
Raw Normal View History

- name: Clean TF cache
hosts: localhost
tasks:
- name: Clean TF cache
file:
state: absent
path: "{{ item }}"
with_items:
- roles/main_infra/files/.terraform
- roles/main_infra/files/terraform.tfstate.d
- roles/main_infra/files/main.tfvars
- roles/main_infra/files/backend.tfvars
- roles/main_infra/files/terraform.tfplan
2019-05-07 06:38:20 -07:00
- log.txt