diff --git a/roles/winroom/tasks/gcc-arm.yml b/roles/winroom/tasks/gcc-arm.yml new file mode 100644 index 0000000..a42f775 --- /dev/null +++ b/roles/winroom/tasks/gcc-arm.yml @@ -0,0 +1,3 @@ +- name: Do not install gcc for arm + debug: + msg: "Do not install gcc for arm" diff --git a/roles/winroom/tasks/gedit.yml b/roles/winroom/tasks/gedit.yml new file mode 100644 index 0000000..072e835 --- /dev/null +++ b/roles/winroom/tasks/gedit.yml @@ -0,0 +1,3 @@ +- name: Do not install GEdit + debug: + msg: "Do not install GEdit" diff --git a/roles/winroom/tasks/golang.yml b/roles/winroom/tasks/golang.yml new file mode 100644 index 0000000..3065ec5 --- /dev/null +++ b/roles/winroom/tasks/golang.yml @@ -0,0 +1,3 @@ +- name: Install the GO programming language + win_chocolatey: + name: golang