From 58cb3d5bdcf08f69d2e4a93a9270db54e3b9bda1 Mon Sep 17 00:00:00 2001 From: Alan Rominger Date: Fri, 1 Apr 2022 13:46:00 -0400 Subject: [PATCH] Change indent to standard pattern --- .../shared/data.allSettingOptions.json | 76 +++++++++---------- .../Setting/shared/data.jobSettings.json | 6 +- 2 files changed, 41 insertions(+), 41 deletions(-) diff --git a/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json b/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json index abb93fd143..a82a8d7229 100644 --- a/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json +++ b/awx/ui/src/screens/Setting/shared/data.allSettingOptions.json @@ -232,25 +232,25 @@ } }, "GALAXY_TASK_ENV": { - "type": "nested object", - "required": true, - "label": "Environment Variables for Galaxy Commands", - "help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.", - "category": "Jobs", - "category_slug": "jobs", - "placeholder": { - "HTTP_PROXY": "myproxy.local:8080" - }, - "default": { - "ANSIBLE_FORCE_COLOR": "false", - "GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no" - }, - "child": { - "type": "string", - "required": true, - "read_only": false - } - }, + "type": "nested object", + "required": true, + "label": "Environment Variables for Galaxy Commands", + "help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.", + "category": "Jobs", + "category_slug": "jobs", + "placeholder": { + "HTTP_PROXY": "myproxy.local:8080" + }, + "default": { + "ANSIBLE_FORCE_COLOR": "false", + "GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no" + }, + "child": { + "type": "string", + "required": true, + "read_only": false + } + }, "INSIGHTS_TRACKING_STATE": { "type": "boolean", "required": false, @@ -3963,25 +3963,25 @@ } }, "GALAXY_TASK_ENV": { - "type": "nested object", - "required": true, - "label": "Environment Variables for Galaxy Commands", - "help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.", - "category": "Jobs", - "category_slug": "jobs", - "placeholder": { - "HTTP_PROXY": "myproxy.local:8080" - }, - "default": { - "ANSIBLE_FORCE_COLOR": "false", - "GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no" - }, - "child": { - "type": "string", - "required": true, - "read_only": false - } - }, + "type": "nested object", + "required": true, + "label": "Environment Variables for Galaxy Commands", + "help_text": "Additional environment variables set for invocations of ansible-galaxy within project updates. Useful if you must use a proxy server for ansible-galaxy but not git.", + "category": "Jobs", + "category_slug": "jobs", + "placeholder": { + "HTTP_PROXY": "myproxy.local:8080" + }, + "default": { + "ANSIBLE_FORCE_COLOR": "false", + "GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no" + }, + "child": { + "type": "string", + "required": true, + "read_only": false + } + }, "INSIGHTS_TRACKING_STATE": { "type": "boolean", "label": "Gather data for Insights for Ansible Automation Platform", diff --git a/awx/ui/src/screens/Setting/shared/data.jobSettings.json b/awx/ui/src/screens/Setting/shared/data.jobSettings.json index 242c1b8054..29567a8f8c 100644 --- a/awx/ui/src/screens/Setting/shared/data.jobSettings.json +++ b/awx/ui/src/screens/Setting/shared/data.jobSettings.json @@ -7,10 +7,10 @@ "AWX_ISOLATION_BASE_PATH": "/tmp", "AWX_ISOLATION_SHOW_PATHS": [], "AWX_TASK_ENV": {}, - "GALAXY_TASK_ENV": { - "ANSIBLE_FORCE_COLOR": "false", + "GALAXY_TASK_ENV": { + "ANSIBLE_FORCE_COLOR": "false", "GIT_SSH_COMMAND": "ssh -o StrictHostKeyChecking=no" - }, + }, "PROJECT_UPDATE_VVV": false, "AWX_ROLES_ENABLED": true, "AWX_COLLECTIONS_ENABLED": true,