From cdd874e61d00894f2662a5d087995b2c5d841bfe Mon Sep 17 00:00:00 2001 From: Ryan Brown Date: Wed, 28 Sep 2016 16:31:40 -0400 Subject: [PATCH] Fix owner on gce_img --- lib/ansible/modules/extras/cloud/google/gce_img.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/cloud/google/gce_img.py b/lib/ansible/modules/extras/cloud/google/gce_img.py index 32c3d238ca3..270ae827ddf 100644 --- a/lib/ansible/modules/extras/cloud/google/gce_img.py +++ b/lib/ansible/modules/extras/cloud/google/gce_img.py @@ -84,7 +84,7 @@ options: requirements: - "python >= 2.6" - "apache-libcloud" -author: "Peter Tan (@tanpeter)" +author: "Tom Melendez (supertom)" ''' EXAMPLES = '''