Change url so that we don't test https in the tests for file perms

pull/15055/head
Toshio Kuratomi 8 years ago
parent 9d2fe2fb2c
commit 6824f3a7cc

@ -153,7 +153,7 @@
- name: Test that setting file modes work
get_url:
url: 'http://www.ansible.com/'
url: 'http://httpbin.org/'
dest: '{{ output_dir }}/test'
mode: '0707'
register: result
@ -170,7 +170,7 @@
- name: Test that setting file modes on an already downlaoded file work
get_url:
url: 'http://www.ansible.com/'
url: 'http://httpbin.org/'
dest: '{{ output_dir }}/test'
mode: '0070'
register: result

Loading…
Cancel
Save