Skip to content

Commit

Permalink
update repo endpoint for infra agent
Browse files Browse the repository at this point in the history
  • Loading branch information
gunnalahema committed Dec 27, 2024
1 parent f2085d8 commit 180d126
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
ansible.builtin.include_role:
name: caos.ansible_roles.newrelic_cli
vars:
repo_endpoint: "https://nr-downloads-main.s3.amazonaws.com/"
repo_endpoint: "https://download.newrelic.com/"
recipe: "newrelic-infra"
region: "{{ lookup('ansible.builtin.env', 'NEW_RELIC_REGION_PROD') }}" # US | EU | STAGING
nr_api_key: "{{ lookup('ansible.builtin.env', 'NEW_RELIC_API_KEY_PROD') }}"
Expand Down

0 comments on commit 180d126

Please sign in to comment.