From 3465375e425cdb80d2ad4fb8f3bfe4f0c153a6e4 Mon Sep 17 00:00:00 2001 From: Ben Doherty Date: Thu, 26 May 2016 20:36:14 -0400 Subject: [PATCH] Drop extra double-quote from documentation --- lib/ansible/modules/extras/files/archive.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/files/archive.py b/lib/ansible/modules/extras/files/archive.py index 540840b1dac..f6791ff53d5 100644 --- a/lib/ansible/modules/extras/files/archive.py +++ b/lib/ansible/modules/extras/files/archive.py @@ -17,7 +17,7 @@ options: default: null compression: description: - - "The type of compression to use. Can be 'gz', 'bz2', or 'zip'. + - The type of compression to use. Can be 'gz', 'bz2', or 'zip'. choices: [ 'gz', 'bz2', 'zip' ] creates: description: