mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
Initial commit
This commit is contained in:
@@ -0,0 +1 @@
|
||||
needs/file/test/lib/ansible_test/_data/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 }}/../../../lib/ansible_test/_data/requirements/constraints.txt"
|
||||
dest: "{{ remote_constraints }}"
|
||||
Reference in New Issue
Block a user