kubespray/tests/cloud_playbooks/cleanup-packet.yml
Vlad Korolev 9a7b021eb8
Do not use ‘yes/no’ for boolean values (#11472)
Consistent boolean values in ansible playbooks
2024-08-28 06:30:56 +01:00

9 lines
131 B
YAML

---
- name: Cleanup packet vms
hosts: localhost
gather_facts: false
become: true
roles:
- { role: cleanup-packet-ci }