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

debug line needs var not msg

This commit is contained in:
Toshio Kuratomi 2015-12-17 11:25:45 -08:00
parent 1b5e7ce025
commit ce1febe28b

View file

@ -78,7 +78,7 @@
# If distros start backporting SNI, can make a new conditional based on whether this works:
# python -c 'from ssl import SSLContext'
- debug: msg=get_url_result
- debug: var=get_url_result
- name: Assert that SNI works with this python version
assert:
that: