main.yml 232 B

1234567891011
  1. ---
  2. - name: refresh ufo-kit repo
  3. command: zypper --gpg-auto-import-keys ref repo-ufo-kit
  4. - name: install ufo
  5. zypper: name={{ item }} state=latest
  6. with_items:
  7. - ufo-core
  8. - ufo-filters
  9. - python-ufo-tools
  10. - tofu