mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix author in modules (#46068)
Fix a few cases where the author was incomplete or incorrect.
This commit is contained in:
committed by
Alicia Cozine
parent
6ddfd912dc
commit
f90fc8a9a2
@@ -1,6 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
# Copyright (c) 2015 Hewlett-Packard Development Company, L.P.
|
||||
# Author: Davide Guerri <davide.guerri@hp.com>
|
||||
|
||||
# Copyright: (c) 2015, Hewlett-Packard Development Company, L.P.
|
||||
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
|
||||
|
||||
from __future__ import absolute_import, division, print_function
|
||||
@@ -16,7 +16,7 @@ DOCUMENTATION = '''
|
||||
---
|
||||
module: os_floating_ip
|
||||
version_added: "2.0"
|
||||
author: "Davide Guerri <davide.guerri@hp.com>"
|
||||
author: Davide Guerri (@dguerri) <davide.guerri@hp.com>
|
||||
short_description: Add/Remove floating IP from an instance
|
||||
extends_documentation_fragment: openstack
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user