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:
parent
0e98ce11c4
commit
3b3ab605f6
1 changed files with 6 additions and 0 deletions
|
@ -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 }}"
|
||||
|
|
Loading…
Reference in a new issue