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]