summaryrefslogtreecommitdiff
path: root/windows/win_chocolatey.py
diff options
context:
space:
mode:
authorFabio Alessandro Locati <me@fale.io>2016-12-01 19:53:51 +0000
committerMatt Davis <nitzmahone@users.noreply.github.com>2016-12-01 11:53:51 -0800
commitf77390962662e6c89ee28266179ab45fdcb8eab8 (patch)
tree8e2ae7a4b6f632c4b7a0c6ec061ff8767a482767 /windows/win_chocolatey.py
parentf41e4f4a297cbe8aa70a0b0345296d53cc85dc67 (diff)
downloadansible-modules-extras-f77390962662e6c89ee28266179ab45fdcb8eab8.tar.gz
Add quotes for non-floats decimals (#3609)
Diffstat (limited to 'windows/win_chocolatey.py')
-rw-r--r--windows/win_chocolatey.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/win_chocolatey.py b/windows/win_chocolatey.py
index ac80ad9e..d6993502 100644
--- a/windows/win_chocolatey.py
+++ b/windows/win_chocolatey.py
@@ -102,7 +102,7 @@ EXAMPLES = '''
# Install notepadplusplus version 6.6
win_chocolatey:
name: notepadplusplus.install
- version: 6.6
+ version: '6.6'
# Uninstall git
win_chocolatey: