Restrict the rabbitmq only start on rabbitmq group

Change-Id: I375d637eff76dd3d00e61e521c0d68a19e5da9a3
Closes-Bug: #1562261
This commit is contained in:
Jeffrey Zhang 2016-03-26 15:52:53 +08:00
parent 90321d0497
commit 0ae14ebb07

View File

@ -1,2 +1,3 @@
---
- include: "{{ action }}.yml"
when: inventory_hostname in groups['rabbitmq']