summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhijeet Kasurde <akasurde@redhat.com>2020-04-10 20:55:17 +0530
committerGitHub <noreply@github.com>2020-04-10 16:25:17 +0100
commit25650cb592240f1efd57832dbc808f997c3bf381 (patch)
tree830c11e1a0cfe8fb10cab403540f7a11f507900e
parent3b5ba22f526c0d31f766f0b343173761cf0d7260 (diff)
downloadansible-25650cb592240f1efd57832dbc808f997c3bf381.tar.gz
Updating routing data for gcp_kms_* filters (#68807)
gcp_kms_encrypt and gcp_kms_decrypt located in google.cloud collection and not in community.general collection Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
-rw-r--r--.github/BOTMETA.yml2
-rw-r--r--lib/ansible/config/routing.yml4
2 files changed, 3 insertions, 3 deletions
diff --git a/.github/BOTMETA.yml b/.github/BOTMETA.yml
index 63080d3eb8..834fd678c5 100644
--- a/.github/BOTMETA.yml
+++ b/.github/BOTMETA.yml
@@ -7202,7 +7202,7 @@ files:
lib/ansible/plugins/doc_fragments/zabbix.py:
migrated_to: community.zabbix
lib/ansible/plugins/filter/gcp_kms_filters.py:
- migrated_to: community.general
+ migrated_to: google.cloud
lib/ansible/plugins/filter/json_query.py:
migrated_to: community.general
lib/ansible/plugins/filter/random_mac.py:
diff --git a/lib/ansible/config/routing.yml b/lib/ansible/config/routing.yml
index 73667daccf..d6b5a97632 100644
--- a/lib/ansible/config/routing.yml
+++ b/lib/ansible/config/routing.yml
@@ -8495,9 +8495,9 @@ plugin_routing:
redirect: vyos.vyos.vyos
filter:
gcp_kms_encrypt:
- redirect: community.general.gcp_kms_encrypt
+ redirect: google.cloud.gcp_kms_encrypt
gcp_kms_decrypt:
- redirect: community.general.gcp_kms_decrypt
+ redirect: google.cloud.gcp_kms_decrypt
json_query:
redirect: community.general.json_query
random_mac: