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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user