diff --git a/roles/autodesk-fusion360/tasks/main.yaml b/roles/autodesk-fusion360/tasks/main.yaml new file mode 100644 index 0000000..2ea5c8c --- /dev/null +++ b/roles/autodesk-fusion360/tasks/main.yaml @@ -0,0 +1,8 @@ +--- +- assert: + that: ansible_os_family == "Windows" + +- name: install chocolatey package + win_chocolatey: + name: autodesk-fusion360 + state: latest