diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2020-04-10 17:25:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-10 17:25:17 +0200 |
commit | 25650cb592240f1efd57832dbc808f997c3bf381 (patch) | |
tree | 830c11e1a0cfe8fb10cab403540f7a11f507900e /.github | |
parent | Fixes #68121: Move kubectl plugin migration to proper place. (#68122) (diff) | |
download | ansible-25650cb592240f1efd57832dbc808f997c3bf381.tar.xz ansible-25650cb592240f1efd57832dbc808f997c3bf381.zip |
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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/BOTMETA.yml | 2 |
1 files changed, 1 insertions, 1 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: |