Honor requests by Luka Fǔrst, apart from shared homes
This commit is contained in:
parent
8136635a6f
commit
41b392ee1e
3 changed files with 20 additions and 2 deletions
|
@ -6,3 +6,4 @@ dependencies:
|
|||
- role: gedit
|
||||
- role: mono
|
||||
- role: vscode
|
||||
- role: notepad++
|
||||
|
|
|
@ -50,6 +50,8 @@
|
|||
- neovim-qt
|
||||
- binwalk
|
||||
- iotop
|
||||
- evince
|
||||
- okular
|
||||
- htop
|
||||
- jdupes
|
||||
state: latest
|
||||
|
@ -145,3 +147,13 @@
|
|||
copy:
|
||||
dest: /etc/udev/rules.d/
|
||||
src: 99-wakeonlan.rules
|
||||
|
||||
- name: Shorten PS1 prompt
|
||||
replace:
|
||||
path: "{{ item }}"
|
||||
regexp: 'PS1=(.*)\\u@\\h'
|
||||
replace: PS1=\1${USER%@*}
|
||||
loop:
|
||||
- /etc/skel/.bashrc
|
||||
- /etc/profile
|
||||
- /etc/bash.bashrc
|
||||
|
|
|
@ -1,6 +1,11 @@
|
|||
- name: Install OpenJDK 21
|
||||
- name: Install latest OpenJDK (25)
|
||||
apt:
|
||||
name: openjdk-21-jdk
|
||||
name: openjdk-25-jdk
|
||||
state: latest
|
||||
|
||||
- name: Install latest Java docs
|
||||
apt:
|
||||
name: openjdk-25-doc
|
||||
state: latest
|
||||
|
||||
- name: Install OpenJDK 17
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue