mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Change url so that we don't test https in the tests for file perms
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user