mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-10 12:40:31 -07:00
5 lines
102 B
YAML
5 lines
102 B
YAML
---
|
|
- name: Remove test server
|
|
cloudscale_server:
|
|
uuid: '{{ server.uuid }}'
|
|
state: 'absent'
|