Add AutoDesk Fusion 360 role for Windows
This commit is contained in:
parent
1895f1561d
commit
3218722fcb
8
roles/autodesk-fusion360/tasks/main.yaml
Normal file
8
roles/autodesk-fusion360/tasks/main.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
- assert:
|
||||||
|
that: ansible_os_family == "Windows"
|
||||||
|
|
||||||
|
- name: install chocolatey package
|
||||||
|
win_chocolatey:
|
||||||
|
name: autodesk-fusion360
|
||||||
|
state: latest
|
Loading…
x
Reference in New Issue
Block a user