Remove THIS tag and use unix endlines
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / main.yaml
index ffdbbcc..0ecdcdb 100644 (file)
@@ -1,14 +1,14 @@
----\r
-# file: roles/sut/tasks/main.yaml\r
-\r
-- name: Ubuntu specific\r
-  import_tasks: ubuntu_x86_64.yaml\r
-  when: ansible_distribution|lower == 'ubuntu' and ansible_machine == 'x86_64'\r
-\r
-- name: Copy 80-vpp.conf\r
-  file:\r
-    src: '/dev/null'\r
-    dest: '/etc/sysctl.d/80-vpp.conf'\r
-    state: 'link'\r
-  become: yes\r
-  tags: copy-80-vpp\r
+---
+# file: roles/sut/tasks/main.yaml
+
+- name: Ubuntu specific
+  import_tasks: ubuntu_x86_64.yaml
+  when: ansible_distribution|lower == 'ubuntu' and ansible_machine == 'x86_64'
+
+- name: Copy 80-vpp.conf
+  file:
+    src: '/dev/null'
+    dest: '/etc/sysctl.d/80-vpp.conf'
+    state: 'link'
+  become: yes
+  tags: copy-80-vpp