ansible/test/integration/targets/cloudscale_volume/tasks/cleanup.yml
Gaudenz Steinlin 35f17bf4c2 Cloudscale volume (#49887)
* Cloudscale integration test setup

CloudProvider and CloudEnvironment classes for Cloudscale integration
tests. This also contains a cloudscale_common role with common
variables for all tests.

* cloudscale_volume module

New cloud module to manage volumes on the cloudscale.ch IaaS service.
2019-01-07 22:29:01 +01:00

5 lines
102 B
YAML

---
- name: Remove test server
cloudscale_server:
uuid: '{{ server.uuid }}'
state: 'absent'