mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
Improve quotes - notification/nexmo.py (#19168)
This commit is contained in:
committed by
John R Barker
parent
5e9b763937
commit
64e4c2798c
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user