mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix test playbook syntax
This commit is contained in:
parent
3792a586b5
commit
21ca0ce1ce
1 changed files with 1 additions and 1 deletions
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue