get_url integration test: Fix missing conditional (#64100)
This commit is contained in:
parent
090dca7569
commit
35c415de98
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@
|
|||
slurp:
|
||||
src: "{{ remote_tmp_dir }}/ssl_client_verify"
|
||||
register: result
|
||||
when: has_httptester
|
||||
|
||||
- name: Assert that the ssl_client_verify file contains the correct content
|
||||
assert:
|
||||
|
|
Loading…
Reference in a new issue