blob: 22caed72b8e78b3679c982388b40e839b8554df1 [file] [log] [blame]
---
# tasks file for opdk-setup-local-repository-archive
- name: Clean up and repos in /tmp
file:
path: '{{ archive_folder }}/repos'
state: absent
- name: Unarchive local archive to remote nodes
unarchive:
src: '{{ archive_name }}'
dest: '{{ archive_folder }}'
copy: '{{ copy_archive }}'