diff --git a/local.yml b/local.yml index 6d3dfd7..fd6c828 100644 --- a/local.yml +++ b/local.yml @@ -12,8 +12,8 @@ - name: install updates (Ubuntu/Debian) apt: - upgrade: dist update_cache: yes + upgrade: dist when: ansible_distribution in ["Ubuntu", "Debian"] - name: install updates (Arch) @@ -31,7 +31,9 @@ - mc - tmux - nmap - - nextcloud-desktop + # - nextcloud-desktop + - alacritty + - fish # - 1password #this might not be working yet since it isnt in the apt catalog state: latest @@ -39,6 +41,16 @@ package: name: flatpak state: latest + + - name: Install Flatseal + community.general.flatpak: + name: com.github.tchx84.Flatseal + state: present + + - name: Install Nextcloud Desktop app (flatpak) + community.general.flatpak: + name: com.nextcloud.desktopclient.nextcloud + state: present - name: install Teams (flatpak) community.general.flatpak: @@ -50,6 +62,11 @@ name: com.bitwarden.desktop state: present + - name: Install ONLYOFFICE Flatpak + community.general.flatpak: + name: org.onlyoffice.desktopeditors + state: present + - name: Install Joplin Flatpak community.general.flatpak: name: net.cozic.joplin_desktop @@ -65,19 +82,16 @@ name: - evolution - evolution-ews - state: latest - update_cache: yes + state: latest - name: install Messengers package: name: - telegram-desktop - state: latest - update_cache: yes + state: latest - - name: install Visual Studio Code + - name: install VSCodium package: name: - - code - state: latest - update_cache: yes \ No newline at end of file + - codium + state: latest \ No newline at end of file