summaryrefslogtreecommitdiff
path: root/test/integration/targets/cloudscale_volume/tasks/cleanup.yml
blob: 716717071a554900b1225d239e920c7e3ee8acfc (plain)
1
2
3
4
5
---
- name: Remove test server
  cloudscale_server:
    uuid: '{{ server.uuid }}'
    state: 'absent'