diff --git a/lib/ansible/modules/cloud/docker/docker.py b/lib/ansible/modules/cloud/docker/docker.py index 4b6419a3eb4..0e984b626a5 100644 --- a/lib/ansible/modules/cloud/docker/docker.py +++ b/lib/ansible/modules/cloud/docker/docker.py @@ -337,6 +337,7 @@ author: - "Pavel Antonov (@softzilla)" - "Ash Wilson (@smashwilson)" - "Thomas Steinbach (@ThomasSteinbach)" + - "Philippe Jandot (@zfil)" requirements: - "python >= 2.6" - "docker-py >= 0.3.0"