mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-09 09:54:02 -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
|
@ -0,0 +1 @@
|
|||
needs/file/test/runner/requirements/constraints.txt
|
|
@ -0,0 +1,2 @@
|
|||
dependencies:
|
||||
- setup_remote_tmp_dir
|
|
@ -0,0 +1,8 @@
|
|||
- name: record constraints.txt path on remote host
|
||||
set_fact:
|
||||
remote_constraints: "{{ remote_tmp_dir }}/constraints.txt"
|
||||
|
||||
- name: copy constraints.txt to remote host
|
||||
copy:
|
||||
src: "{{ role_path }}/../../../runner/requirements/constraints.txt"
|
||||
dest: "{{ remote_constraints }}"
|
Loading…
Add table
Add a link
Reference in a new issue