diff --git a/main.yml b/main.yml index 2b61d28..91fac47 100644 --- a/main.yml +++ b/main.yml @@ -2,10 +2,11 @@ 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 + #- 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