Welcome to Ubuntu 25.04 and fixes

This commit is contained in:
2025-06-09 10:55:32 +02:00
parent 98133dad03
commit 5b3d5208a3
10 changed files with 53 additions and 12 deletions

View File

@@ -15,6 +15,8 @@
name:
- i3
- polybar
- keychain
- rofi
- name: Development Environment
become: true
@@ -31,3 +33,10 @@
- flameshot
- peek
- obs-studio
- name: Brave Browser
become: true
ansible.builtin.shell: 'curl -fsS https://dl.brave.com/install.sh | sh'
args:
creates: /usr/bin/brave-browser

View File

@@ -1,8 +1,13 @@
---
- name: Communication
apt:
name:
- discord
# Let's fix Discord Auto updating, because it's a pain
# https://github.com/FlorianHegele/AutoUpdateDiscord
# /
- name: Install AutoUpdateDiscord
become: true
ansible.builtin.git:
repo: 'https://github.com/FlorianHegele/AutoUpdateDiscord'
dest: /opt/AutoUpdateDiscord
- name: Install/Update Discord
become: true
ansible.builtin.shell: 'bash /opt/AutoUpdateDiscord/update_discord.sh'
args:
creates: /usr/bin/Discord

View File

@@ -0,0 +1,5 @@
- name: Setup Flatpak
become: true
apt:
name:
- flatpak

View File

@@ -0,0 +1,5 @@
---
- name: Install Steam
become: true
ansible.builtin.apt:
deb: 'https://cdn.fastly.steamstatic.com/client/installer/steam.deb'