mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Updating cloud modules with proper github author information
This commit is contained in:
committed by
Matt Clay
parent
8b2327fe3a
commit
18ca7aee07
@@ -260,7 +260,11 @@ options:
|
||||
default: false
|
||||
version_added: "1.9"
|
||||
|
||||
author: Cove Schneider, Joshua Conner, Pavel Antonov, Ash Wilson
|
||||
author:
|
||||
- "Cove Schneider (@cove)"
|
||||
- "Joshua Conner (@joshuaconner)"
|
||||
- "Pavel Antonov (@softzilla)"
|
||||
- "Ash Wilson (@smashwilson)"
|
||||
requirements:
|
||||
- "python >= 2.6"
|
||||
- "docker-py >= 0.3.0"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: docker_image
|
||||
author: Pavel Antonov
|
||||
author: "Pavel Antonov (@softzilla)"
|
||||
version_added: "1.5"
|
||||
short_description: manage docker images
|
||||
description:
|
||||
|
||||
Reference in New Issue
Block a user