Skip to content

Commit

Permalink
test fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemorency committed Nov 25, 2024
1 parent 04b106e commit 010c957
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
ansible_devel:https://docs.ansible.com/ansible-core/devel/
provide-link-targets: |
ansible_collections.vmware.vmware.vcsa_settings_module
ansible_collections.vmware.vmware.content_library_item_info
build-docs:
permissions:
Expand All @@ -39,6 +40,7 @@ jobs:
ansible_devel:https://docs.ansible.com/ansible-core/devel/
provide-link-targets: |
ansible_collections.vmware.vmware.vcsa_settings_module
ansible_collections.vmware.vmware.content_library_item_info
# This job requires that the workflow trigger is pull_request_target. However that trigger uses
# whatever version of the workflow is available on main instead of the feature branch.
Expand Down
7 changes: 7 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,3 +136,10 @@ action_groups:
- vcenter_vm_tools_installer_info
- vcenter_vm_tools_installer
- vcenter_vm_tools

plugin_routing:
modules:
vmware_cluster:
deprecation:
removal_version: 5.0.0
warning_text: Use vmware.vmware.content_library_item_info instead.

0 comments on commit 010c957

Please sign in to comment.