Improve quotes - notification/nexmo.py (#19168)

This commit is contained in:
Fabio Alessandro Locati
2016-12-11 23:14:15 +01:00
committed by John R Barker
parent 5e9b763937
commit 64e4c2798c

View File

@@ -64,15 +64,15 @@ options:
EXAMPLES = """ EXAMPLES = """
- name: Send notification message via Nexmo - name: Send notification message via Nexmo
local_action: nexmo:
module: nexmo
api_key: 640c8a53 api_key: 640c8a53
api_secret: 0ce239a6 api_secret: 0ce239a6
src: 12345678901 src: 12345678901
dest: dest:
- 10987654321 - 10987654321
- 16789012345 - 16789012345
msg: "{{ inventory_hostname }} completed" msg: '{{ inventory_hostname }} completed'
delegate_to: localhost
""" """
import urllib import urllib