main.yml 144 B

12345678
  1. ---
  2. - name: install ufo
  3. zypper: name={{ item }} state=latest
  4. with_items:
  5. - ufo-core
  6. - ufo-filters
  7. - python-ufo-tools
  8. - tofu