1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Add a get_url test for www.google.com (#16212)

Add a get_url test for www.google.com

Addresses #16191
This commit is contained in:
jctanner 2016-06-13 13:59:42 -04:00 committed by Matt Clay
parent 0e98ce11c4
commit 3b3ab605f6

View file

@ -205,3 +205,9 @@
that:
- "result.changed == true"
- "stat_result.stat.mode == '0070'"
#https://github.com/ansible/ansible/issues/16191
- name: Test url split with no filename
get_url:
url: http://www.google.com
dest: "{{ output_dir }}"