mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-12 23:15:06 +00:00
5 lines
102 B
YAML
5 lines
102 B
YAML
---
|
|
- name: Remove test server
|
|
cloudscale_server:
|
|
uuid: '{{ server.uuid }}'
|
|
state: 'absent'
|