mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-20 23:30:22 -07:00
Fix integration tests to support remote hosts.
This commit is contained in:
parent
92b475f721
commit
d2a7cc0b9f
37 changed files with 321 additions and 225 deletions
|
@ -37,7 +37,7 @@
|
|||
- name: Get client cert/key
|
||||
get_url:
|
||||
url: "http://ansible.http.tests/{{ item }}"
|
||||
dest: "{{ output_dir }}/{{ item }}"
|
||||
dest: "{{ remote_tmp_dir }}/{{ item }}"
|
||||
when: ansible_os_family != 'Windows'
|
||||
with_items:
|
||||
- client.pem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue