Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update meta/runtime.yml With Missing Modules #1356

Merged
merged 3 commits into from
Nov 24, 2024
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: 2 additions & 0 deletions changelogs/fragments/1356-add-modules-to-action-groups.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
bugfixes:
- Fixed an isssue with module_default parameter inheritance for modules netbox_config_template, netbox_custom_field_choice_set, netbox_permission, netbox_token, netbox_user, and netbox_user_group.
8 changes: 7 additions & 1 deletion meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ action_groups:
- netbox_cluster_group
- netbox_cluster_type
- netbox_config_context
- netbox_config_template
- netbox_console_port
- netbox_console_port_template
- netbox_console_server_port
Expand All @@ -28,6 +29,7 @@ action_groups:
- netbox_contact_group
- netbox_contact_role
- netbox_custom_field
- netbox_custom_field_choice_set
- netbox_custom_link
- netbox_device
- netbox_device_bay
Expand All @@ -53,6 +55,7 @@ action_groups:
- netbox_module
- netbox_module_bay
- netbox_module_type
- netbox_permission
- netbox_platform
- netbox_power_feed
- netbox_power_outlet
Expand All @@ -78,14 +81,17 @@ action_groups:
- netbox_tag
- netbox_tenant
- netbox_tenant_group
- netbox_token
- netbox_tunnel
- netbox_tunnel_group
- netbox_user
- netbox_user_group
- netbox_virtual_chassis
- netbox_virtual_disk
- netbox_virtual_machine
- netbox_vlan
- netbox_vlan_group
- netbox_vm_interface
- netbox_virtual_disk
- netbox_vrf
- netbox_webhook
- netbox_wireless_lan
Expand Down
Loading