summaryrefslogtreecommitdiff
path: root/roles/copy-custom-files/tasks/main.yml
blob: 11e12c09b614e5290e58e9ffe834d4fd1c93486c (plain)
1
2
3
4
5
6
7
- name: Copy custom files to the system, preserving paths
  become: true
  copy:
    src: "files/custom_files/"
    dest: "{{ vyos_install_root }}"
    force: true
  when: custom_files is defined