solar/resources/rabbitmq_vhost/actions/remove.yaml
2015-09-15 12:20:12 +02:00

6 lines
118 B
YAML

- hosts: [{{host}}]
sudo: yes
tasks:
- rabbitmq_vhost: name={{vhost_name}}
state=absent