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

Changed from dellemc_networking to dellemc #70299

Merged
merged 1 commit into from Jun 26, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
48 changes: 24 additions & 24 deletions lib/ansible/config/ansible_builtin_runtime.yml
Expand Up @@ -6711,23 +6711,23 @@ plugin_routing:
ovirt_vnic_profile_info:
redirect: ovirt.ovirt.ovirt_vnic_profile_info
dellos10_command:
redirect: dellemc_networking.os10.os10_command
redirect: dellemc.os10.os10_command
dellos10_facts:
redirect: dellemc_networking.os10.os10_facts
redirect: dellemc.os10.os10_facts
dellos10_config:
redirect: dellemc_networking.os10.os10_config
redirect: dellemc.os10.os10_config
dellos9_facts:
redirect: dellemc_networking.os9.dellos9_facts
redirect: dellemc.os9.dellos9_facts
dellos9_command:
redirect: dellemc_networking.os9.dellos9_command
redirect: dellemc.os9.dellos9_command
dellos9_config:
redirect: dellemc_networking.os9.dellos9_config
redirect: dellemc.os9.dellos9_config
dellos6_facts:
redirect: dellemc_networking.os6.dellos6_facts
redirect: dellemc.os6.dellos6_facts
dellos6_config:
redirect: dellemc_networking.os6.dellos6_config
redirect: dellemc.os6.dellos6_config
dellos6_command:
redirect: dellemc_networking.os6.dellos6_command
redirect: dellemc.os6.dellos6_command
hcloud_location_facts:
redirect: hetzner.hcloud.hcloud_location_facts
hcloud_server_info:
Expand Down Expand Up @@ -7926,11 +7926,11 @@ plugin_routing:
ovirt:
redirect: ovirt.ovirt.ovirt
dellos10:
redirect: dellemc_networking.os10.os10
redirect: dellemc.os10.os10
dellos9:
redirect: dellemc_networking.os9.dellos9
redirect: dellemc.os9.dellos9
dellos6:
redirect: dellemc_networking.os6.dellos6
redirect: dellemc.os6.dellos6
hcloud:
redirect: hetzner.hcloud.hcloud
gcp_utils:
Expand Down Expand Up @@ -8001,11 +8001,11 @@ plugin_routing:
junos:
redirect: junipernetworks.junos.junos
dellos10:
redirect: dellemc_networking.os10.os10
redirect: dellemc.os10.os10
dellos9:
redirect: dellemc_networking.os9.dellos9
redirect: dellemc.os9.dellos9
dellos6:
redirect: dellemc_networking.os6.dellos6
redirect: dellemc.os6.dellos6
vyos:
redirect: vyos.vyos.vyos
terminal:
Expand Down Expand Up @@ -8064,11 +8064,11 @@ plugin_routing:
junos:
redirect: junipernetworks.junos.junos
dellos10:
redirect: dellemc_networking.os10.os10
redirect: dellemc.os10.os10
dellos9:
redirect: dellemc_networking.os9.dellos9
redirect: dellemc.os9.dellos9
dellos6:
redirect: dellemc_networking.os6.dellos6
redirect: dellemc.os6.dellos6
vyos:
redirect: vyos.vyos.vyos
action:
Expand Down Expand Up @@ -8182,11 +8182,11 @@ plugin_routing:
junos:
redirect: junipernetworks.junos.junos
dellos10:
redirect: dellemc_networking.os10.os10
redirect: dellemc.os10.os10
dellos9:
redirect: dellemc_networking.os9.dellos9
redirect: dellemc.os9.dellos9
dellos6:
redirect: dellemc_networking.os6.dellos6
redirect: dellemc.os6.dellos6
vyos:
redirect: vyos.vyos.vyos
become:
Expand Down Expand Up @@ -8507,11 +8507,11 @@ plugin_routing:
ovirt_info:
redirect: ovirt.ovirt.ovirt_info
dellos10:
redirect: dellemc_networking.os10.os10
redirect: dellemc.os10.os10
dellos9:
redirect: dellemc_networking.os9.dellos9
redirect: dellemc.os9.dellos9
dellos6:
redirect: dellemc_networking.os6.dellos6
redirect: dellemc.os6.dellos6
hcloud:
redirect: hetzner.hcloud.hcloud
skydive:
Expand Down