summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/docker
diff options
context:
space:
mode:
authorDag Wieers <dag@wieers.com>2018-08-25 01:43:35 +0200
committerjctanner <tanner.jc@gmail.com>2018-08-24 19:43:35 -0400
commitb6b36276a4cacc923e1d8d16f12dcb93d27c3a26 (patch)
tree6196da3d0fe2bb2efb27641ad709c9ef830beaab /lib/ansible/modules/cloud/docker
parent68c60ad30785947da902c38eeb1f7c09b5c1b527 (diff)
downloadansible-b6b36276a4cacc923e1d8d16f12dcb93d27c3a26.tar.gz
Clean up BOTMETA.yml (#44574)
This PR includes: - Removal of maintainers that are listed as author in the module - Removal of entries that do not extend the original author list - Move ignored-statement to namespace/directory (where useful) - In some cases, fix the authors-list or add missing github id We end up with a list of exceptions/additions and a large set of namespace/directory maintainers or team of maintainers. Some entries could be further improved by discussing with some maintainers.
Diffstat (limited to 'lib/ansible/modules/cloud/docker')
-rw-r--r--lib/ansible/modules/cloud/docker/docker_login.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/modules/cloud/docker/docker_login.py b/lib/ansible/modules/cloud/docker/docker_login.py
index cadb2459d9..4181df8ee2 100644
--- a/lib/ansible/modules/cloud/docker/docker_login.py
+++ b/lib/ansible/modules/cloud/docker/docker_login.py
@@ -86,8 +86,8 @@ requirements:
- "Docker API >= 1.20"
- 'Only to be able to logout (state=absent): the docker command line utility'
author:
- - "Olaf Kilian <olaf.kilian@symanex.com>"
- - "Chris Houseknecht (@chouseknecht)"
+ - Olaf Kilian (@olsaki) <olaf.kilian@symanex.com>
+ - Chris Houseknecht (@chouseknecht)
'''
EXAMPLES = '''