Initial commit erasing history
This commit is contained in:
parent
e04f86fd9a
commit
7d8751ffe8
712 changed files with 7348 additions and 0 deletions
9
roles/winroom/tasks/netbeans.yml
Normal file
9
roles/winroom/tasks/netbeans.yml
Normal file
|
@ -0,0 +1,9 @@
|
|||
- name: Set Netbeans version
|
||||
set_fact:
|
||||
target_version: "15"
|
||||
|
||||
- name: Install Netbeans
|
||||
win_package:
|
||||
path: "https://dlcdn.apache.org/netbeans/netbeans-installers/{{ target_version }}/Apache-NetBeans-{{ target_version }}-bin-windows-x64.exe"
|
||||
arguments: --silent
|
||||
creates_path: "%ProgramFiles%\\NetBeans-{{ target_version }}\\netbeans\\bin\\netbeans.exe"
|
Loading…
Add table
Add a link
Reference in a new issue