mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Update get_url test to use httptester. (#17787)
This commit is contained in:
parent
670536f685
commit
6d78397b8b
1 changed files with 1 additions and 1 deletions
|
@ -209,5 +209,5 @@
|
||||||
#https://github.com/ansible/ansible/issues/16191
|
#https://github.com/ansible/ansible/issues/16191
|
||||||
- name: Test url split with no filename
|
- name: Test url split with no filename
|
||||||
get_url:
|
get_url:
|
||||||
url: http://www.google.com
|
url: https://{{ httpbin_host }}
|
||||||
dest: "{{ output_dir }}"
|
dest: "{{ output_dir }}"
|
||||||
|
|
Loading…
Reference in a new issue