tuttinrete/roles/install/meta/main.yml

18 lines
681 B
YAML
Raw Normal View History

2020-04-29 21:18:01 +02:00
dependencies:
- checkhw
- neofetch
2020-04-29 23:27:39 +02:00
- { role: googlechrome, when: {{ hwpoints | int }} >= 2 }
- { role: chromium, when: {{ hwpoints | int }} >= 2 }
- firefox
2020-04-29 21:18:01 +02:00
- libreoffice
2020-04-29 23:27:39 +02:00
- { role: scribus, when: {{ hwpoints |int }} >= 2 }
- { role: calibre, when: {{ hwpoints | int }} >= 2 }
- { role: gimp, when: {{ hwpoints | int }} >= 2 }
- { role: inkscape, when: {{ hwpoints | int }} >= 2 }
- { role: openshot, when: {{ hwpoints | int }} >= 3 }
- vlc
2020-04-29 23:27:39 +02:00
- { role: geogebra, when: {{ hwpoints | int }} >= 2 }
- { role: minetest, when: {{ hwpoints | int }} >= 2 }
- { role: zoom, when: {{ hwpoints | int }} > 2 }
- { role: msteams, when: {{ hwpoints | int }} > 2 }