mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-07 08:54:01 -07:00
Fix author in modules (#46068)
Fix a few cases where the author was incomplete or incorrect.
This commit is contained in:
parent
6ddfd912dc
commit
f90fc8a9a2
5 changed files with 17 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/python
|
||||
# Copyright (c) 2017 Ansible Project
|
||||
|
||||
# Copyright: (c) 2017, Ansible Project
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
ANSIBLE_METADATA = {'status': ['preview'],
|
||||
|
@ -15,7 +16,7 @@ description:
|
|||
- In case Hook found, but provided parameters are differes, will update existing Hook.
|
||||
- In case state=absent and Hook exists, will delete it.
|
||||
version_added: "2.5"
|
||||
author: "Igor (Tsigankov) Eyrich (@tsiganenok) <tsiganenok@gmail.com>"
|
||||
author: Igor 'Tsigankov' Eyrich (@tsiganenok) <tsiganenok@gmail.com>
|
||||
options:
|
||||
state:
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue