Add quotes for non-floats decimals (#3609)

This commit is contained in:
Fabio Alessandro Locati 2016-12-01 19:53:51 +00:00 committed by Matt Clay
commit 75f9cb30e1
5 changed files with 7 additions and 7 deletions

View file

@ -81,20 +81,20 @@ requirements: [ ]
EXAMPLES = '''
- bigpanda:
component: myapp
version: 1.3
version: '1.3'
token: '{{ bigpanda_token }}'
state: started
...
- bigpanda:
component: myapp
version: 1.3
version: '1.3'
token: '{{ bigpanda_token }}'
state: finished
# If outside servers aren't reachable from your machine, use delegate_to and override hosts:
- bigpanda:
component: myapp
version: 1.3
version: '1.3'
token: '{{ bigpanda_token }}'
hosts: '{{ ansible_hostname }}'
state: started