From 12e287d06d44020495d5788f1af6c51f33ef7497 Mon Sep 17 00:00:00 2001 From: Ilya Shakhat Date: Thu, 19 Mar 2015 19:27:48 +0300 Subject: [PATCH] Fix Ansible group Change-Id: If09a5aa100090216d93d8b062c518ab997f3a76b --- etc/default_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/default_data.json b/etc/default_data.json index 7e6d197dd..2ded4bf87 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -12336,7 +12336,7 @@ { "id": "complementary", "title": "Complementary", - "modules": ["docker-group", "kubernetes", "jclouds", "cloudfoundry", "ansible-group"] + "modules": ["docker-group", "kubernetes", "jclouds", "cloudfoundry", "ansible"] }, { "id": "cloudfoundry-group", @@ -12358,7 +12358,7 @@ }, { "id": "ansible-group", - "title": "Cloud Foundry", + "title": "Ansible", "child": true, "modules": ["ansible"] }