Skip to content

Commit b974c63

Browse files
committed
Fix base_path for grafana and opensearch repos
1 parent d024078 commit b974c63

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ansible/inventory/group_vars/all/package-repos

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ deb_package_repos:
266266
policy: immediate
267267
distributions: stable
268268
components: main
269-
base_path: grafana/apt/x86_64/
269+
base_path: grafana/oss/apt/
270270
short_name: ubuntu_noble_grafana
271271
sync_group: alex_test
272272
distribution_name: ubuntu-noble-grafana-
@@ -277,7 +277,7 @@ deb_package_repos:
277277
architectures: amd64
278278
distributions: stable
279279
components: main
280-
base_path: releases/bundle/opensearch/3.x/apt/
280+
base_path: opensearch/3.x/apt/
281281
short_name: ubuntu_noble_opensearch
282282
sync_group: alex_test
283283
distribution_name: ubuntu-noble-opensearch-
@@ -288,7 +288,7 @@ deb_package_repos:
288288
architectures: amd64
289289
distributions: stable
290290
components: main
291-
base_path: releases/bundle/opensearch-dashboards/3.x/apt/
291+
base_path: opensearch-dashboards/3.x/apt/
292292
short_name: ubuntu_noble_opensearch_dashboards
293293
sync_group: alex_test
294294
distribution_name: ubuntu-noble-opensearch-dashboards-

0 commit comments

Comments
 (0)