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>
This commit is contained in:
Abhijeet Kasurde 2020-04-10 20:55:17 +05:30 committed by GitHub
parent 3b5ba22f52
commit 25650cb592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

2
.github/BOTMETA.yml vendored
View file

@ -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:

View file

@ -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: