Files
solar/resources/rabbitmq_vhost/actions/remove.yml
2015-09-04 18:25:17 +00:00

6 lines
118 B
YAML

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