Remove CAD apps because of Autodesk

Autodesk change distribution of Fusion360 to require a login breaking
the Chocolatey package, easier to manage this manually anyway since they
won't be installed on all Windows systems.
This commit is contained in:
2023-06-10 11:16:45 +01:00
parent 878db362cd
commit 352ef4c8d4
4 changed files with 6 additions and 32 deletions

View File

@@ -1,9 +1,6 @@
---
- hosts: windows
vars:
install_cad_apps: false
roles:
- role: python
- role: git
@@ -16,6 +13,7 @@
- role: curl
- role: fzf
- role: gh
- role: glab
- role: jq
- role: tree
- role: yq
@@ -29,8 +27,3 @@
- role: obsidian
- role: powertoys
- role: windows-terminal
- role: autodesk-fusion360
when: install_cad_apps
- role: prusaslicer
when: install_cad_apps