diff --git a/roles/linroom/tasks/RA-63703.yml b/roles/linroom/tasks/RA-63703.yml index b0292f7..9fd7845 100644 --- a/roles/linroom/tasks/RA-63703.yml +++ b/roles/linroom/tasks/RA-63703.yml @@ -4,3 +4,4 @@ - include_tasks: stm32cube.yml - include_tasks: winidea.yml +- include_tasks: visual2.yml diff --git a/roles/linroom/tasks/visual2.yml b/roles/linroom/tasks/visual2.yml new file mode 100644 index 0000000..d2d8620 --- /dev/null +++ b/roles/linroom/tasks/visual2.yml @@ -0,0 +1,13 @@ +# TODO install PowerDesigner +- name: Install VisUAL2 + debug: + msg: "Install Visual2" +- name: Create dest dir + file: + path: /opt/VisUAL2 + state: directory +- name: Install AppImage + get_url: + url: https://github.com/scc416/Visual2/releases/download/1.7.0/VisUAL2.1.7.0.AppImage + dest: /opt/VisUAL2/VisUAL2.1.7.0.AppImage + mode: 'u=rwx,g=rx,o=rx'