Welcome to mirror list, hosted at ThFree Co, Russian Federation.

main.yml « tasks « destroy « roles « benchmarking « _support - gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 38c0d1f12fff428c947ba5b8c8f5443fdea0b9b5 (plain)
1
2
3
4
5
6
7
8
---
- name: terraform destroy
  terraform:
    project_path: "{{ playbook_dir }}/terraform"
    variables_file: terraform.tfvars
    state: absent
  notify:
    - remove hostkeys