Commit 58f1e3c5 by John Jarvis

stop rabbit when start_services is set to false

parent 1bed6169
......@@ -103,3 +103,7 @@
file: >
path=/usr/local/bin/rabbitmqadmin owner=root
group=root mode=0655
- name: rabbitmq | stop rabbit nodes
service: name=rabbitmq-server state=restarted
when: not start_services
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment