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:
parent
1b5e7ce025
commit
ce1febe28b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue