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 }} 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