mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
update github handle (#50235)
This commit is contained in:
parent
84210e6b17
commit
d4bd323c3a
7 changed files with 8 additions and 8 deletions
4
.github/BOTMETA.yml
vendored
4
.github/BOTMETA.yml
vendored
|
@ -116,7 +116,7 @@ files:
|
||||||
$modules/cloud/google/gc_storage.py: supertom
|
$modules/cloud/google/gc_storage.py: supertom
|
||||||
$modules/cloud/linode/: $team_linode
|
$modules/cloud/linode/: $team_linode
|
||||||
$modules/cloud/lxd/: hnakamur
|
$modules/cloud/lxd/: hnakamur
|
||||||
$modules/cloud/memset/: analbeard
|
$modules/cloud/memset/: glitchcrab
|
||||||
$modules/cloud/misc/ovirt.py:
|
$modules/cloud/misc/ovirt.py:
|
||||||
ignored: vincentvdk skvidal
|
ignored: vincentvdk skvidal
|
||||||
maintainers: joshainglis karmab machacekondra mwperina
|
maintainers: joshainglis karmab machacekondra mwperina
|
||||||
|
@ -653,7 +653,7 @@ files:
|
||||||
$module_utils/vmware:
|
$module_utils/vmware:
|
||||||
maintainers: $team_vmware
|
maintainers: $team_vmware
|
||||||
$module_utils/memset.py:
|
$module_utils/memset.py:
|
||||||
maintainers: analbeard
|
maintainers: glitchcrab
|
||||||
labels: cloud
|
labels: cloud
|
||||||
$module_utils/scaleway.py: &scaleway
|
$module_utils/scaleway.py: &scaleway
|
||||||
maintainers: $team_scaleway
|
maintainers: $team_scaleway
|
||||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: memset_dns_reload
|
module: memset_dns_reload
|
||||||
author: "Simon Weald (@analbeard)"
|
author: "Simon Weald (@glitchcrab)"
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
short_description: Request reload of Memset's DNS infrastructure,
|
short_description: Request reload of Memset's DNS infrastructure,
|
||||||
notes:
|
notes:
|
||||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: memset_memstore_facts
|
module: memset_memstore_facts
|
||||||
author: "Simon Weald (@analbeard)"
|
author: "Simon Weald (@glitchcrab)"
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Retrieve Memstore product usage information.
|
short_description: Retrieve Memstore product usage information.
|
||||||
notes:
|
notes:
|
||||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: memset_server_facts
|
module: memset_server_facts
|
||||||
author: "Simon Weald (@analbeard)"
|
author: "Simon Weald (@glitchcrab)"
|
||||||
version_added: "2.8"
|
version_added: "2.8"
|
||||||
short_description: Retrieve server information.
|
short_description: Retrieve server information.
|
||||||
notes:
|
notes:
|
||||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: memset_zone
|
module: memset_zone
|
||||||
author: "Simon Weald (@analbeard)"
|
author: "Simon Weald (@glitchcrab)"
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
short_description: Creates and deletes Memset DNS zones.
|
short_description: Creates and deletes Memset DNS zones.
|
||||||
notes:
|
notes:
|
||||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: memset_zone_domain
|
module: memset_zone_domain
|
||||||
author: "Simon Weald (@analbeard)"
|
author: "Simon Weald (@glitchcrab)"
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
short_description: Create and delete domains in Memset DNS zones.
|
short_description: Create and delete domains in Memset DNS zones.
|
||||||
notes:
|
notes:
|
||||||
|
|
|
@ -16,7 +16,7 @@ ANSIBLE_METADATA = {
|
||||||
DOCUMENTATION = '''
|
DOCUMENTATION = '''
|
||||||
---
|
---
|
||||||
module: memset_zone_record
|
module: memset_zone_record
|
||||||
author: "Simon Weald (@analbeard)"
|
author: "Simon Weald (@glitchcrab)"
|
||||||
version_added: "2.6"
|
version_added: "2.6"
|
||||||
short_description: Create and delete records in Memset DNS zones.
|
short_description: Create and delete records in Memset DNS zones.
|
||||||
notes:
|
notes:
|
||||||
|
|
Loading…
Reference in a new issue