Remove THIS tag and use unix endlines
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
1 ---
2 # file: roles/sut/tasks/main.yaml
3
4 - name: Ubuntu specific
5   import_tasks: ubuntu_x86_64.yaml
6   when: ansible_distribution|lower == 'ubuntu' and ansible_machine == 'x86_64'
7
8 - name: Copy 80-vpp.conf
9   file:
10     src: '/dev/null'
11     dest: '/etc/sysctl.d/80-vpp.conf'
12     state: 'link'
13   become: yes
14   tags: copy-80-vpp