From 40946277c35857f0edaf0a2163f91fc4aac370ae Mon Sep 17 00:00:00 2001 From: Steven Robertson Date: Fri, 20 Mar 2020 21:43:12 -0700 Subject: [PATCH] actual link --- .../integration/interpreter_discovery/complex_args.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ansible/integration/interpreter_discovery/complex_args.yml b/tests/ansible/integration/interpreter_discovery/complex_args.yml index d4a14af9..23a952b7 100644 --- a/tests/ansible/integration/interpreter_discovery/complex_args.yml +++ b/tests/ansible/integration/interpreter_discovery/complex_args.yml @@ -26,7 +26,7 @@ - name: run get_url with specially-sourced python get_url: - url: https://en.wikipedia.org/wiki/File:001_Tacos_de_carnitas,_carne_asada_y_al_pastor.jpg + url: https://upload.wikimedia.org/wikipedia/commons/7/73/001_Tacos_de_carnitas%2C_carne_asada_y_al_pastor.jpg dest: "/tmp/" mode: 0644 # this url is the build pic from mitogen's github site; some python versions require ssl stuff installed so will disable need to validate certs @@ -39,7 +39,7 @@ - name: run get_url with specially-sourced python including jinja get_url: - url: https://en.wikipedia.org/wiki/File:001_Tacos_de_carnitas,_carne_asada_y_al_pastor.jpg + url: https://upload.wikimedia.org/wikipedia/commons/7/73/001_Tacos_de_carnitas%2C_carne_asada_y_al_pastor.jpg dest: "/tmp/" mode: 0644 # this url is the build pic from mitogen's github site; some python versions require ssl stuff installed so will disable need to validate certs