google will always be up, just use that

pull/658/head
Steven Robertson 5 years ago
parent 40946277c3
commit 957e295ba9

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

Loading…
Cancel
Save