mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Fix test playbook syntax
This commit is contained in:
@@ -126,7 +126,7 @@
|
|||||||
register: get_url_result
|
register: get_url_result
|
||||||
ignore_errors: True
|
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
|
register: data_result
|
||||||
when: "{{ python_has_ssl_context }}"
|
when: "{{ python_has_ssl_context }}"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user