And change the task a little more since different shlex versions are handling the quotes differently

This commit is contained in:
Toshio Kuratomi 2015-12-20 11:51:32 -08:00
parent fdc562e3c3
commit 80e109e1ad

View file

@ -126,7 +126,7 @@
register: get_url_result
ignore_errors: True
- command: "grep '<h2>If You Can Read This, You\\'re SNIing</h2>' {{ output_dir}}/sni.html"
- command: "grep '<h2>If You Can Read This, You.re SNIing</h2>' {{ output_dir}}/sni.html"
register: data_result
when: "{{ python_has_ssl_context }}"