1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

[Fix] Commented out Section due to no Quotes (#24258)

Variables are not being passed into ansible unless they are quoted since yaml will automatically interpret them as comments
This commit is contained in:
David Beck 2018-05-15 09:20:09 -07:00 committed by ansibot
parent b85970b2b0
commit 07d6daf787

View file

@ -112,7 +112,7 @@ EXAMPLES = """
slack: slack:
token: thetoken/generatedby/slack token: thetoken/generatedby/slack
msg: '{{ inventory_hostname }} completed' msg: '{{ inventory_hostname }} completed'
channel: #ansible channel: '#ansible'
username: 'Ansible on {{ inventory_hostname }}' username: 'Ansible on {{ inventory_hostname }}'
icon_url: http://www.example.com/some-image-file.png icon_url: http://www.example.com/some-image-file.png
link_names: 0 link_names: 0
@ -132,7 +132,7 @@ EXAMPLES = """
token: thetoken/generatedby/slack token: thetoken/generatedby/slack
attachments: attachments:
- text: Display my system load on host A and B - text: Display my system load on host A and B
color: #ff00dd color: '#ff00dd'
title: System load title: System load
fields: fields:
- title: System A - title: System A