summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Clay <matt@mystile.com>2023-03-23 14:25:59 -0700
committerGitHub <noreply@github.com>2023-03-23 14:25:59 -0700
commit5b4fbe2df53f6a1c757a3085cebe93879871d0d9 (patch)
treee71001d94e6f2caef5dd696650ecff17038e4657
parentfc70b9b960404d179a98473964e3a7fd383b6753 (diff)
downloadansible-5b4fbe2df53f6a1c757a3085cebe93879871d0d9.tar.gz
[stable-2.9] Fix url lookup test to use test container (#80284). (#80290)
(cherry picked from commit 054aa9215857f376ee4d387339e6b82bcc14b437)
-rw-r--r--test/integration/targets/lookups/tasks/main.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/targets/lookups/tasks/main.yml b/test/integration/targets/lookups/tasks/main.yml
index 5e723719ea..8dcf7097df 100644
--- a/test/integration/targets/lookups/tasks/main.yml
+++ b/test/integration/targets/lookups/tasks/main.yml
@@ -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: