Remove THIS tag and use unix endlines
[csit.git] / resources / tools / testbed-setup / ansible / roles / sut / tasks / ubuntu_x86_64.yaml
index f9ab901..6c9a839 100644 (file)
@@ -1,90 +1,90 @@
----\r
-# file: roles/sut/tasks/ubuntu_x86_64.yaml\r
-\r
-- name: Install DKMS\r
-  apt:\r
-    name: 'dkms'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-dkms\r
-\r
-- name: Install pkg-config\r
-  apt:\r
-    name: 'pkg-config'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-pkg-config\r
-\r
-- name: Install libglib2.0-dev\r
-  apt:\r
-    name: 'libglib2.0-dev'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-libglib2.0-dev\r
-\r
-- name: Install autoconf\r
-  apt:\r
-    name: 'autoconf'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-autoconf\r
-\r
-- name: Install libtool\r
-  apt:\r
-    name: 'libtool'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-libtool\r
-\r
-- name: Install screen\r
-  apt:\r
-    name: 'screen'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-screen\r
-\r
-- name: Install libmbedcrypto1\r
-  apt:\r
-    name: 'libmbedcrypto1'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-libmbedcrypto1\r
-\r
-- name: Install libmbedtls10\r
-  apt:\r
-    name: 'libmbedtls10'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-libmbedtls10\r
-\r
-- name: Install libmbedx509-0\r
-  apt:\r
-    name: 'libmbedx509-0'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-libmbedx509-0\r
-\r
-- name: Install lxc\r
-  apt:\r
-    name: 'lxc'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-lxc\r
-\r
-- name: Install java\r
-  apt:\r
-    name: 'openjdk-8-jdk'\r
-    state: 'present'\r
-    update_cache: True\r
-  become: yes\r
-  tags: install-java\r
+---
+# file: roles/sut/tasks/ubuntu_x86_64.yaml
+
+- name: Install DKMS
+  apt:
+    name: 'dkms'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-dkms
+
+- name: Install pkg-config
+  apt:
+    name: 'pkg-config'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-pkg-config
+
+- name: Install libglib2.0-dev
+  apt:
+    name: 'libglib2.0-dev'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-libglib2.0-dev
+
+- name: Install autoconf
+  apt:
+    name: 'autoconf'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-autoconf
+
+- name: Install libtool
+  apt:
+    name: 'libtool'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-libtool
+
+- name: Install screen
+  apt:
+    name: 'screen'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-screen
+
+- name: Install libmbedcrypto1
+  apt:
+    name: 'libmbedcrypto1'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-libmbedcrypto1
+
+- name: Install libmbedtls10
+  apt:
+    name: 'libmbedtls10'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-libmbedtls10
+
+- name: Install libmbedx509-0
+  apt:
+    name: 'libmbedx509-0'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-libmbedx509-0
+
+- name: Install lxc
+  apt:
+    name: 'lxc'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-lxc
+
+- name: Install java
+  apt:
+    name: 'openjdk-8-jdk'
+    state: 'present'
+    update_cache: True
+  become: yes
+  tags: install-java