Remove THIS tag and use unix endlines
[csit.git] / resources / tools / testbed-setup / ansible / roles / tg / tasks / main.yaml
1 ---
2 # file: roles/tg/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'