Na Linux dodan VisUAL2
This commit is contained in:
parent
4d61769ebe
commit
14d41ad6e4
|
@ -4,3 +4,4 @@
|
||||||
|
|
||||||
- include_tasks: stm32cube.yml
|
- include_tasks: stm32cube.yml
|
||||||
- include_tasks: winidea.yml
|
- include_tasks: winidea.yml
|
||||||
|
- include_tasks: visual2.yml
|
||||||
|
|
13
roles/linroom/tasks/visual2.yml
Normal file
13
roles/linroom/tasks/visual2.yml
Normal file
|
@ -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'
|
Loading…
Reference in a new issue