Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/integ-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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 }}
Expand Down
4 changes: 2 additions & 2 deletions plugins/modules/vm_snapshot_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down