From ef7f69ba8071bf4ce1860f5cd285263b7ce00220 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Wed, 25 Jan 2017 13:26:57 -0500 Subject: [PATCH] update vmware inventory ini link --- awx/ui/client/src/forms/Groups.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/ui/client/src/forms/Groups.js b/awx/ui/client/src/forms/Groups.js index 5b6cb20b31..af6936f663 100644 --- a/awx/ui/client/src/forms/Groups.js +++ b/awx/ui/client/src/forms/Groups.js @@ -218,8 +218,8 @@ export default dataTitle: "Source Variables", dataPlacement: 'right', awPopOver: "

Override variables found in vmware.ini and used by the inventory update script. For a detailed description of these variables " + - "" + - "view vmware.ini in the Ansible github repo.

" + + "" + + "view vmware_inventory.ini in the Ansible github repo.

" + "

Enter variables using either JSON or YAML syntax. Use the radio button to toggle between the two.

" + "JSON:
\n" + "
{
 \"somevar\": \"somevalue\",
 \"password\": \"magic\"
}
\n" +