From b1d8b7e4860a7919b5947dc67e7c51a7e81e369f Mon Sep 17 00:00:00 2001 From: A Holt Date: Tue, 3 Oct 2017 01:33:35 -0400 Subject: [PATCH] comment out 5-xo-services (too damn slow) --- iiab.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iiab.yml b/iiab.yml index 2bdf6ef1d..6be4ebaac 100644 --- a/iiab.yml +++ b/iiab.yml @@ -13,7 +13,7 @@ - { role: 2-common, tags: ['common','base'] } - { role: 3-base-server, tags: ['base'] } - { role: 4-server-options, tags: ['options'] } - - { role: 5-xo-services, tags: ['xo-services'] } +# - { role: 5-xo-services, tags: ['xo-services'] } - { role: 6-generic-apps, tags: ['generic-apps'] } - { role: 7-edu-apps, tags: ['edu-apps'] } - { role: 8-mgmt-tools, tags: ['tools'] }