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_paramiko/setup-remote-constraints.yml

13 lines
332 B
YAML

- name: Setup remote temporary directory
include_role:
name: setup_remote_tmp_dir
- 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: "constraints.txt"
dest: "{{ remote_constraints }}"