tuttinrete/roles/install/meta/main.yml

18 lines
703 B
YAML

dependencies:
- checkhw
- neofetch
- { role: googlechrome, when: "{{ hwpoints | int }}" >= 2 }
- { role: chromium, when: "{{ hwpoints | int }}" >= 2 }
- firefox
- libreoffice
- { 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
- { role: geogebra, when: "{{ hwpoints | int }}" >= 2 }
- { role: minetest, when: "{{ hwpoints | int }}" >= 2 }
- { role: zoom, when: "{{ hwpoints | int }}" > 2 }
- { role: msteams, when: "{{ hwpoints | int }}" > 2 }