mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-05 02:10:27 -07:00
Add a basic DOCUMENTATION string for gcp_kms_filters.py
This commit is contained in:
parent
a7b6a13ee1
commit
83e84e80d5
1 changed files with 9 additions and 0 deletions
|
@ -13,6 +13,15 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
DOCUMENTATION = '''
|
||||
author:
|
||||
- Eric Anderson <eric.sysmin@gmail.com>
|
||||
name: gcp_kms_filters
|
||||
short_description: Support auth tokens as a Filter plugin
|
||||
description:
|
||||
- Enables the 'accesstoken' authentication choice.
|
||||
'''
|
||||
|
||||
from ansible.errors import AnsibleError
|
||||
from ansible_collections.google.cloud.plugins.module_utils.gcp_utils import GcpSession
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue