Sistemata sintassi condizionale.
This commit is contained in:
parent
1d47107d5e
commit
dff054f238
13 changed files with 75 additions and 39 deletions
|
@ -1,17 +1,17 @@
|
|||
dependencies:
|
||||
- checkhw
|
||||
- neofetch
|
||||
- { role: googlechrome, when: "{{ hwpoints | int }}" >= 2 }
|
||||
- { role: chromium, when: "{{ hwpoints | int }}" >= 2 }
|
||||
- googlechrome
|
||||
- chromium
|
||||
- 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 }
|
||||
- scribus
|
||||
- calibre
|
||||
- gimp
|
||||
- inkscape
|
||||
- openshot
|
||||
- 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 }
|
||||
- geogebra
|
||||
- minetest
|
||||
- zoom
|
||||
- msteams
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue