diff options
Diffstat (limited to 'tools/cicdansible/roles/install/tasks/download_resources.yml')
-rw-r--r-- | tools/cicdansible/roles/install/tasks/download_resources.yml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/cicdansible/roles/install/tasks/download_resources.yml b/tools/cicdansible/roles/install/tasks/download_resources.yml new file mode 100644 index 00000000..7f042596 --- /dev/null +++ b/tools/cicdansible/roles/install/tasks/download_resources.yml @@ -0,0 +1,6 @@ +#Download resources/scripts to controller. +- name: "Download software resources" + fetch: + src: "{{ resources_dir }}/{{ resources_sw_filename }}" + flat: yes + dest: "resources/" |