Ver código fonte

Install siso-rt in role detector

Matthias Vogelgesang 10 anos atrás
pai
commit
9827af00ee
2 arquivos alterados com 8 adições e 9 exclusões
  1. 0 8
      roles/detector/handlers/main.yml
  2. 8 1
      roles/detector/tasks/main.yml

+ 0 - 8
roles/detector/handlers/main.yml

@@ -2,14 +2,6 @@
 - name: run ldconfig
   command: ldconfig
 
-# This is a temporary solution until the run time is packaged for openSUSE 13.1
-- name: download siso run-time
-  get_url: url=http://www.ipe.fzk.de/~vogelgesang/{{ item }}
-           dest=/var/opt
-  with_items: siso_packages
-  notify:
-    - install siso run-time
-
 # We use --nodeps because something inside the RPM wants to have libtiff.3.so
 # ...
 - name: install siso run-time

+ 8 - 1
roles/detector/tasks/main.yml

@@ -3,7 +3,14 @@
   zypper: name={{ item }} state=latest
   with_items:
     - menable-dkms
-    - siso-rt5
+
+# This is a temporary solution until the run time is packaged for openSUSE 13.1
+- name: download siso run-time
+  get_url: url=http://www.ipe.fzk.de/~vogelgesang/{{ item }}
+           dest=/var/opt
+  with_items: siso_packages
+  notify:
+    - install siso run-time
 
 - name: install libuca
   zypper: name={{ item }} state=latest