diff --git a/main.yml b/main.yml index 91fac47..2b61d28 100644 --- a/main.yml +++ b/main.yml @@ -2,11 +2,10 @@ roles: - common - desktop-environment # Hyprland, App Launcher etc. - #- firefox + - firefox #- nextcloud #- keepassxc #- spotify #- vlc #- vs-code - #- qemu-kvm - #- discord + #- qemu-kvm \ No newline at end of file diff --git a/roles/discord/tasks/main.yml b/roles/discord/tasks/main.yml deleted file mode 100644 index 3aa94db..0000000 --- a/roles/discord/tasks/main.yml +++ /dev/null @@ -1,5 +0,0 @@ -- name: Install Discord - community.general.flatpak: - name: "com.discordapp.Discord" - state: present - method: user