mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-27 16:41:39 -03:30
9 lines
131 B
YAML
9 lines
131 B
YAML
---
|
|
|
|
- name: Cleanup packet vms
|
|
hosts: localhost
|
|
gather_facts: false
|
|
become: true
|
|
roles:
|
|
- { role: cleanup-packet-ci }
|