Add instructions for the simulator wrapper
[integration.git] / deployment / noheat / infra-openstack / ansible / roles / destroy_securitygroup / tasks / destroy_securitygroup.yml
1 ---
2 - name: "Destroy {{ secgrp.name }} security group"
3   os_security_group:
4     state: absent
5     name: "{{ secgrp.name }}"