[stable-2.9] Fix url lookup test to use test container (#80284). (#80290)

(cherry picked from commit 054aa92158)
pull/80574/head
Matt Clay 3 years ago committed by GitHub
parent fc70b9b960
commit 5b4fbe2df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,7 +219,7 @@
- name: Test that retrieving a url works
set_fact:
web_data: "{{ lookup('url', 'https://gist.githubusercontent.com/abadger/9858c22712f62a8effff/raw/43dd47ea691c90a5fa7827892c70241913351963/test') }}"
web_data: "{{ lookup('url', 'https://{{ httpbin_host }}/get?one') }}"
- name: Assert that the url was retrieved
assert:

Loading…
Cancel
Save