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: