Urejanje/usklajevanje - naprej
This commit is contained in:
parent
63bcd969ef
commit
b6a77e0687
3
roles/winroom/tasks/gcc-arm.yml
Normal file
3
roles/winroom/tasks/gcc-arm.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
- name: Do not install gcc for arm
|
||||||
|
debug:
|
||||||
|
msg: "Do not install gcc for arm"
|
3
roles/winroom/tasks/gedit.yml
Normal file
3
roles/winroom/tasks/gedit.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
- name: Do not install GEdit
|
||||||
|
debug:
|
||||||
|
msg: "Do not install GEdit"
|
3
roles/winroom/tasks/golang.yml
Normal file
3
roles/winroom/tasks/golang.yml
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
- name: Install the GO programming language
|
||||||
|
win_chocolatey:
|
||||||
|
name: golang
|
Loading…
Reference in a new issue