From 7f76a9ae9a6c5eb4edaf900739ac47a5ba29cbd1 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Wed, 1 Apr 2015 10:15:21 -0400 Subject: [PATCH] Include group suffix for ansible modules Change-Id: Ib0f738efaaab1a12140d3d6a4358fcb6d98e9f88 --- 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 0619a069f..d8fc934f3 100644 --- a/etc/default_data.json +++ b/etc/default_data.json @@ -12540,7 +12540,7 @@ { "id": "complementary", "title": "Complementary", - "modules": ["docker-group", "kubernetes", "jclouds", "cloudfoundry", "ansible"] + "modules": ["docker-group", "kubernetes", "jclouds", "cloudfoundry", "ansible-group"] }, { "id": "cloudfoundry-group", @@ -12564,7 +12564,7 @@ "id": "ansible-group", "title": "Ansible", "child": true, - "modules": ["ansible"] + "modules": ["ansible-group"] } ] }