aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/noheat/infra-openstack/ansible/roles/openstack/destroy_devstack_securitygroup/tasks/destroy_securitygroup.yml
blob: eb86f9bc2feb461f325e770606ba49ee27ce8eb3 (plain)
1
2
3
4
5
---
- name: "Destroy {{ secgrp.name }} security group"
  os_security_group:
    state: absent
    name: "{{ secgrp.name }}"