diff --git a/tests/ansible/integration/interpreter_discovery/complex_args.yml b/tests/ansible/integration/interpreter_discovery/complex_args.yml index 9bb84f04..d4a14af9 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://camo.githubusercontent.com/65061efd40e810e88184d7d962bb079ce27d8f7f/68747470733a2f2f7472617669732d63692e6f72672f64772f6d69746f67656e2e7376673f6272616e63683d6d6173746572 + url: https://en.wikipedia.org/wiki/File:001_Tacos_de_carnitas,_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://camo.githubusercontent.com/65061efd40e810e88184d7d962bb079ce27d8f7f/68747470733a2f2f7472617669732d63692e6f72672f64772f6d69746f67656e2e7376673f6272616e63683d6d6173746572 + url: https://en.wikipedia.org/wiki/File:001_Tacos_de_carnitas,_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