7 lines
122 B
YAML
7 lines
122 B
YAML
|
# DO NOT CHANGE!
|
||
|
---
|
||
|
- name: Destroy GKE cluster
|
||
|
hosts: localhost
|
||
|
gather_facts: false
|
||
|
roles:
|
||
|
- gke_cluster_destroy
|