mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix version_added, add maintainer and copyright notice
This commit is contained in:
parent
0df95fa0ab
commit
5ba172bccd
2 changed files with 4 additions and 1 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
@ -204,6 +204,8 @@ files:
|
||||||
maintainers: ddelnano shinuza
|
maintainers: ddelnano shinuza
|
||||||
$lookups/:
|
$lookups/:
|
||||||
labels: lookups
|
labels: lookups
|
||||||
|
$lookups/bitwarden_secrets_manager.py:
|
||||||
|
maintainers: jantari
|
||||||
$lookups/bitwarden.py:
|
$lookups/bitwarden.py:
|
||||||
maintainers: lungj
|
maintainers: lungj
|
||||||
$lookups/cartesian.py: {}
|
$lookups/cartesian.py: {}
|
||||||
|
|
|
@ -1,4 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
# (c) 2023, jantari (https://github.com/jantari)
|
||||||
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
# GNU General Public License v3.0+ (see LICENSES/GPL-3.0-or-later.txt or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||||
from __future__ import (absolute_import, division, print_function)
|
from __future__ import (absolute_import, division, print_function)
|
||||||
|
@ -12,7 +13,7 @@ DOCUMENTATION = """
|
||||||
requirements:
|
requirements:
|
||||||
- bws (command line utility)
|
- bws (command line utility)
|
||||||
short_description: Retrieve secrets from Bitwarden Secrets Manager
|
short_description: Retrieve secrets from Bitwarden Secrets Manager
|
||||||
version_added: ?.?.?
|
version_added: 6.6.0
|
||||||
description:
|
description:
|
||||||
- Retrieve secrets from Bitwarden Secrets Manager.
|
- Retrieve secrets from Bitwarden Secrets Manager.
|
||||||
options:
|
options:
|
||||||
|
|
Loading…
Reference in a new issue