Skip to content

Commit

Permalink
Change ansible
Browse files Browse the repository at this point in the history
  • Loading branch information
dscervantes committed Apr 29, 2024
1 parent 29ef5ab commit 15e3285
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/common/config/apis.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export const apiConfigurations: ReadonlyArray<Readonly<APIConfiguration>> = [
icon: "AnsibleIcon",
apiContentPath:
"./apis/hcc-insights/ansible-automation-controller/content.json",
serverUrl: "https://raw.githubusercontent.com",
serverUrl: "",
getApiContent: () =>
import(
"./apis/hcc-insights/ansible-automation-controller/content.json"
Expand Down
1 change: 0 additions & 1 deletion packages/discovery/Discovery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ apis:
name: Ansible automation controller API
description: Define, operate, scale, and delegate automation across your enterprise
url: https://raw.githubusercontent.com/ansible/aap-docs/2.4/controller-api/_swagger/ansible-controller-api.json
serverUrl: https://raw.githubusercontent.com
apiType: openapi-v3
icon: ansible
tags:
Expand Down

0 comments on commit 15e3285

Please sign in to comment.