From 191c768c608eb79ef4f1fffff7bbace406d8ac00 Mon Sep 17 00:00:00 2001 From: Pim Kunis Date: Mon, 12 Jun 2023 00:17:10 +0200 Subject: [PATCH] Add strawberry again --- roles/strawberry/tasks/main.yml | 2 +- setup.yml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/roles/strawberry/tasks/main.yml b/roles/strawberry/tasks/main.yml index e10cef0..b7793bd 100644 --- a/roles/strawberry/tasks/main.yml +++ b/roles/strawberry/tasks/main.yml @@ -7,7 +7,7 @@ - name: Install PPA repository become: true apt_repository: - repo: "deb [signed-by=/etc/apt/trusted.gpg.d/strawberry.gpg] https://ppa.launchpadcontent.net/jonaski/strawberry/ubuntu {{ distribution_release }} main" + repo: "deb [signed-by=/etc/apt/trusted.gpg.d/strawberry.gpg] https://ppa.launchpadcontent.net/jonaski/strawberry/ubuntu lunar main" register: apt_repository - name: Update APT cache become: true diff --git a/setup.yml b/setup.yml index f4047fa..f1ec18b 100644 --- a/setup.yml +++ b/setup.yml @@ -10,8 +10,8 @@ tags: [bash] - role: alacritty tags: [alacritty] - - role: neovim - tags: [neovim] + # - role: neovim + # tags: [neovim] - role: keepassxc tags: [keepassxc] - role: wireguard @@ -26,3 +26,5 @@ tags: [vscodium] - role: nicotine tags: [nicotine] + - role: strawberry + tags: [strawberry]