mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00: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:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user