mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-12 11:24:00 -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,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