From 0b22a65c500843fb7bff8e621b45e110b2c8e7d2 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Fri, 29 Mar 2024 22:13:31 +0100 Subject: [PATCH 1/2] Remove firefox from default installation --- main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.yml b/main.yml index 2b61d28..a397267 100644 --- a/main.yml +++ b/main.yml @@ -2,10 +2,10 @@ roles: - common - desktop-environment # Hyprland, App Launcher etc. - - firefox + #- firefox #- nextcloud #- keepassxc #- spotify #- vlc #- vs-code - #- qemu-kvm \ No newline at end of file + #- qemu-kvm From d092f15eee205a0cf3936ba04e6d715c3f79ae60 Mon Sep 17 00:00:00 2001 From: BluemediaGER Date: Fri, 29 Mar 2024 22:16:29 +0100 Subject: [PATCH 2/2] Add role for Discord --- main.yml | 1 + roles/discord/tasks/main.yml | 5 +++++ 2 files changed, 6 insertions(+) create mode 100644 roles/discord/tasks/main.yml diff --git a/main.yml b/main.yml index a397267..91fac47 100644 --- a/main.yml +++ b/main.yml @@ -9,3 +9,4 @@ #- vlc #- vs-code #- qemu-kvm + #- discord diff --git a/roles/discord/tasks/main.yml b/roles/discord/tasks/main.yml new file mode 100644 index 0000000..3aa94db --- /dev/null +++ b/roles/discord/tasks/main.yml @@ -0,0 +1,5 @@ +- name: Install Discord + community.general.flatpak: + name: "com.discordapp.Discord" + state: present + method: user