mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00:00
debug line needs var not msg
This commit is contained in:
@@ -78,7 +78,7 @@
|
|||||||
|
|
||||||
# If distros start backporting SNI, can make a new conditional based on whether this works:
|
# If distros start backporting SNI, can make a new conditional based on whether this works:
|
||||||
# python -c 'from ssl import SSLContext'
|
# 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
|
- name: Assert that SNI works with this python version
|
||||||
assert:
|
assert:
|
||||||
that:
|
that:
|
||||||
|
|||||||
Reference in New Issue
Block a user