From 6ce425e7d9823cd48ac8e5555fa21048639c9a57 Mon Sep 17 00:00:00 2001 From: auricom <27022259+auricom@users.noreply.github.com> Date: Tue, 22 Nov 2022 23:33:31 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=EF=B8=8F=20kopia?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ansible/roles/workstation/tasks/packages-common.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/infrastructure/ansible/roles/workstation/tasks/packages-common.yml b/infrastructure/ansible/roles/workstation/tasks/packages-common.yml index c2e1ce457..98be2d0ff 100644 --- a/infrastructure/ansible/roles/workstation/tasks/packages-common.yml +++ b/infrastructure/ansible/roles/workstation/tasks/packages-common.yml @@ -50,17 +50,17 @@ - gnome-extensions-app - neovim - brave-browser - - starship - tmux - cawbird - age - vorta - mediainfo - discord - - joplin - librewolf - go-task - git-credential-libsecret + - kopia + - kopia-ui state: present update_cache: true become: true @@ -85,6 +85,7 @@ state: present loop: - https://dl.flathub.org/repo/appstream/com.bitwarden.desktop.flatpakref + - https://dl.flathub.org/repo/appstream/net.cozic.joplin_desktop.flatpakref become: true - name: packages-common | brew @@ -100,6 +101,7 @@ - gh - derailed/popeye/popeye - chezmoi + - starship path: /home/{{ lookup('env', 'USER') }}/.linuxbrew/bin state: present update_homebrew: true @@ -154,4 +156,4 @@ command: "OpenLens.AppImage", categories: "Programming;", } - #when: not openlens.stat.exists + when: not openlens.stat.exists