mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-07-01 16:18:55 +00:00
Change modules ownership account (#12207)
This commit is contained in:
parent
75d3a78d6d
commit
b669a6e237
4 changed files with 6 additions and 6 deletions
|
|
@ -12,7 +12,7 @@ version_added: 9.5.0
|
|||
description:
|
||||
- Manage keytab file with C(ipa-getkeytab) utility.
|
||||
- See U(https://manpages.ubuntu.com/manpages/jammy/man1/ipa-getkeytab.1.html) for reference.
|
||||
author: "Alexander Bakanovskii (@abakanovskii)"
|
||||
author: "Alexander Bakanovskii (@bakanovskii)"
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@ version_added: 10.0.0
|
|||
description:
|
||||
- Manage Kerberos tickets with C(kinit), C(klist) and C(kdestroy) base utilities.
|
||||
- See U(https://web.mit.edu/kerberos/krb5-1.12/doc/user/user_commands/index.html) for reference.
|
||||
author: "Alexander Bakanovskii (@abakanovskii)"
|
||||
author: "Alexander Bakanovskii (@bakanovskii)"
|
||||
attributes:
|
||||
check_mode:
|
||||
support: full
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = r"""
|
|||
module: one_vnet
|
||||
short_description: Manages OpenNebula virtual networks
|
||||
version_added: 9.4.0
|
||||
author: "Alexander Bakanovskii (@abakanovskii)"
|
||||
author: "Alexander Bakanovskii (@bakanovskii)"
|
||||
requirements:
|
||||
- pyone
|
||||
description:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue