mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix GitHub handle, use keachi (#50043)
* Fix GitHub handle, use keachi * Add UTF8 name
This commit is contained in:
parent
61b1daa65f
commit
a8292778f0
6 changed files with 11 additions and 6 deletions
2
.github/BOTMETA.yml
vendored
2
.github/BOTMETA.yml
vendored
|
@ -129,7 +129,7 @@ files:
|
|||
ignored: sivel angstwad
|
||||
$modules/cloud/scaleway/scaleway_volume.py:
|
||||
ignored: hekonsek
|
||||
$modules/cloud/univention/: 2-b
|
||||
$modules/cloud/univention/: keachi
|
||||
$modules/cloud/vmware/:
|
||||
maintainers: $team_vmware
|
||||
ignored: cigamit jcpowermac mtnbikenc
|
||||
|
|
|
@ -18,7 +18,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: udm_dns_record
|
||||
version_added: "2.2"
|
||||
author: "Tobias Rueetschi (@2-B)"
|
||||
author:
|
||||
- Tobias Rüetschi (@keachi)
|
||||
short_description: Manage dns entries on a univention corporate server
|
||||
description:
|
||||
- "This module allows to manage dns records on a univention corporate server (UCS).
|
||||
|
|
|
@ -18,7 +18,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: udm_dns_zone
|
||||
version_added: "2.2"
|
||||
author: "Tobias Rueetschi (@2-B)"
|
||||
author:
|
||||
- Tobias Rüetschi (@keachi)
|
||||
short_description: Manage dns zones on a univention corporate server
|
||||
description:
|
||||
- "This module allows to manage dns zones on a univention corporate server (UCS).
|
||||
|
|
|
@ -18,7 +18,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: udm_group
|
||||
version_added: "2.2"
|
||||
author: "Tobias Rueetschi (@2-B)"
|
||||
author:
|
||||
- Tobias Rüetschi (@keachi)
|
||||
short_description: Manage of the posix group
|
||||
description:
|
||||
- "This module allows to manage user groups on a univention corporate server (UCS).
|
||||
|
|
|
@ -18,7 +18,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: udm_share
|
||||
version_added: "2.2"
|
||||
author: "Tobias Rueetschi (@2-B)"
|
||||
author:
|
||||
- Tobias Rüetschi (@keachi)
|
||||
short_description: Manage samba shares on a univention corporate server
|
||||
description:
|
||||
- "This module allows to manage samba shares on a univention corporate
|
||||
|
|
|
@ -18,7 +18,8 @@ DOCUMENTATION = '''
|
|||
---
|
||||
module: udm_user
|
||||
version_added: "2.2"
|
||||
author: "Tobias Rueetschi (@2-B)"
|
||||
author:
|
||||
- Tobias Rüetschi (@keachi)
|
||||
short_description: Manage posix users on a univention corporate server
|
||||
description:
|
||||
- "This module allows to manage posix users on a univention corporate
|
||||
|
|
Loading…
Reference in a new issue