From 3d740bf983cc254380b5c2cca606d8740c3247cb Mon Sep 17 00:00:00 2001 From: Tobias Bauriedel Date: Fri, 12 Jan 2024 09:21:06 +0100 Subject: [PATCH] fix installation --- .github/workflows/test_repos.yml | 2 +- molecule/repos/converge.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test_repos.yml b/.github/workflows/test_repos.yml index 989cfde..e630f7f 100644 --- a/.github/workflows/test_repos.yml +++ b/.github/workflows/test_repos.yml @@ -12,7 +12,7 @@ jobs: env: COLLECTION_NAMESPACE: tbauriedel - COLLECTION_NAME: influxdb + COLLECTION_NAME: influxdb2 strategy: matrix: diff --git a/molecule/repos/converge.yml b/molecule/repos/converge.yml index 3883b32..4a6d402 100644 --- a/molecule/repos/converge.yml +++ b/molecule/repos/converge.yml @@ -3,7 +3,7 @@ hosts: all collections: - - tbauriedel.influxdb + - tbauriedel.influxdb2 roles: - repos