From cc8b2a94431f3cf3fa81bc17e6499a3914a48459 Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Wed, 22 Mar 2023 10:00:11 +0100 Subject: [PATCH 1/2] CI fix ANSIBLE_COLLECTIONS_PATH for docs Signed-off-by: Justin Cinkelj --- .github/workflows/ci-test.yml | 2 +- .github/workflows/integ-test.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 6b65d544c..a5b853741 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -38,7 +38,7 @@ jobs: - run: apt install -y git make rsync - run: make docs env: - ANSIBLE_COLLECTIONS_PATH: /work-dir + ANSIBLE_COLLECTIONS_PATH: $GITHUB_WORKSPACE/work-dir - run: ls -al docs/build/html sanity-test: diff --git a/.github/workflows/integ-test.yml b/.github/workflows/integ-test.yml index 36ce9eabb..e99294cf4 100644 --- a/.github/workflows/integ-test.yml +++ b/.github/workflows/integ-test.yml @@ -43,7 +43,7 @@ jobs: runs-on: [self-hosted2] container: quay.io/justinc1_github/scale_ci_integ:1 env: - ANSIBLE_COLLECTIONS_PATH: $GITHUB_WORKSPACE/work-dir + ANSIBLE_COLLECTIONS_PATH: $GITHUB_WORKSPACE/work-dir defaults: run: working-directory: ${{ env.WORKDIR }} @@ -127,7 +127,7 @@ jobs: runs-on: [ self-hosted2 ] container: quay.io/justinc1_github/scale_ci_integ:1 env: - ANSIBLE_COLLECTIONS_PATH: $GITHUB_WORKSPACE/work-dir + ANSIBLE_COLLECTIONS_PATH: $GITHUB_WORKSPACE/work-dir DEBIAN_FRONTEND: noninteractive defaults: run: @@ -205,7 +205,7 @@ jobs: runs-on: [self-hosted2] container: quay.io/justinc1_github/scale_ci_integ:1 env: - ANSIBLE_COLLECTIONS_PATH: $GITHUB_WORKSPACE/work-dir + ANSIBLE_COLLECTIONS_PATH: $GITHUB_WORKSPACE/work-dir defaults: run: working-directory: ${{ env.WORKDIR }} From 24a4050fd991f04b1be01e3c86df339290fe2f1c Mon Sep 17 00:00:00 2001 From: Justin Cinkelj Date: Wed, 22 Mar 2023 10:11:22 +0100 Subject: [PATCH 2/2] Fix do not refer to not-existing vm_snapshot module Signed-off-by: Justin Cinkelj --- plugins/modules/vm_snapshot_info.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/vm_snapshot_info.py b/plugins/modules/vm_snapshot_info.py index 39d463884..6ddd9f2c5 100644 --- a/plugins/modules/vm_snapshot_info.py +++ b/plugins/modules/vm_snapshot_info.py @@ -20,8 +20,8 @@ version_added: 1.2.0 extends_documentation_fragment: - scale_computing.hypercore.cluster_instance -seealso: - - module: scale_computing.hypercore.vm_snapshot +seealso: [] + # - module: scale_computing.hypercore.vm_snapshot options: vm_name: type: str