You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_remote_constraints/tasks/main.yml

9 lines
304 B
YAML

- 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 }}/../../../lib/ansible_test/_data/requirements/constraints.txt"
dest: "{{ remote_constraints }}"