xlab-si/xopera-opera

View on GitHub
examples/nginx_openstack/library/openstack/vm/playbooks/delete.yaml

Summary

Maintainability
Test Coverage
---
- hosts: all
  gather_facts: no

  tasks:
    - name: Delete VM
      os_server:
        state: absent
        name: "{{ id }}"