main.yml 766 B

123456789101112131415161718192021222324252627282930
  1. ---
  2. - name: install pco low-level
  3. zypper: name={{ item }} state=latest
  4. with_items:
  5. - kernel-default-devel
  6. - menable-dkms
  7. - siso-rt5
  8. - name: install libuca
  9. zypper: name={{ item }} state=latest
  10. with_items:
  11. - libuca
  12. - uca-tools
  13. - uca-plugin-pco
  14. # This is a temporary solution until the run time is packaged for openSUSE 13.1
  15. # - name: download siso run-time
  16. # get_url: url=http://www.ipe.fzk.de/~vogelgesang/{{ item }}
  17. # dest=/var/opt
  18. # with_items: siso_packages
  19. # notify:
  20. # - install siso run-time
  21. #
  22. # - name: install profile
  23. # template: src=profile.local.j2 dest=/etc/profile.local mode=0644
  24. # - name: download libpco
  25. # get_url: url={{ libpco_package_url }} dest=/var/opt
  26. # notify:
  27. # - install libpco