summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Geerling <geerlingguy@mac.com>2020-04-10 10:24:52 -0500
committerGitHub <noreply@github.com>2020-04-10 16:24:52 +0100
commit3b5ba22f526c0d31f766f0b343173761cf0d7260 (patch)
treee4e3fcfdc180dafae5b464086eac9d0bb190ef50
parentcba90feabfa7e56460204d66ae756d3a9f348573 (diff)
downloadansible-3b5ba22f526c0d31f766f0b343173761cf0d7260.tar.gz
Fixes #68121: Move kubectl plugin migration to proper place. (#68122)
-rw-r--r--.github/BOTMETA.yml2
-rw-r--r--lib/ansible/config/routing.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index 1ae46ff1ee..63080d3eb8 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -3908,7 +3908,7 @@ files:
support: community
maintainers: chouseknecht maxamillion fabianvf flaper87
labels: k8s
- migrated_to: community.general
+ migrated_to: community.kubernetes
$plugins/connection/lxd.py:
maintainers: mattclay
migrated_to: community.general
diff --git a/lib/ansible/config/routing.yml b/lib/ansible/config/routing.yml
index cafb19fd5a..73667daccf 100644
--- a/lib/ansible/config/routing.yml
+++ b/lib/ansible/config/routing.yml
@@ -17,7 +17,7 @@ plugin_routing:
jail:
redirect: community.general.jail
kubectl:
- redirect: community.general.kubectl
+ redirect: community.kubernetes.kubectl
libvirt_lxc:
redirect: community.general.libvirt_lxc
lxc: