From 8ac0c33bfaf0eba4458f6833b1be30e6f59c1459 Mon Sep 17 00:00:00 2001 From: Andy McCrae Date: Thu, 19 May 2016 17:03:54 +0100 Subject: [PATCH] Add conditional --- test-install-infra.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/test-install-infra.yml b/test-install-infra.yml index 67828f71..62786ee7 100644 --- a/test-install-infra.yml +++ b/test-install-infra.yml @@ -16,5 +16,6 @@ - include: test-install-memcached.yml - include: test-install-rabbitmq.yml + when: groups['rabbitmq_all'] is defined - include: test-install-galera.yml