Skip to content

Commit 957e295

Browse files
committed
google will always be up, just use that
1 parent 4094627 commit 957e295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/ansible/integration/interpreter_discovery/complex_args.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
- name: run get_url with specially-sourced python
2828
get_url:
29-
url: https://upload.wikimedia.org/wikipedia/commons/7/73/001_Tacos_de_carnitas%2C_carne_asada_y_al_pastor.jpg
29+
url: https://google.com
3030
dest: "/tmp/"
3131
mode: 0644
3232
# 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 @@
3939

4040
- name: run get_url with specially-sourced python including jinja
4141
get_url:
42-
url: https://upload.wikimedia.org/wikipedia/commons/7/73/001_Tacos_de_carnitas%2C_carne_asada_y_al_pastor.jpg
42+
url: https://google.com
4343
dest: "/tmp/"
4444
mode: 0644
4545
# 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

0 commit comments

Comments
 (0)