dotfiles/roles/terminal_ptyxis/tasks/main.yml
Matej Focko 93de8c2ede
chore: rename ‹terminal› group of roles
Signed-off-by: Matej Focko <me@mfocko.xyz>
2024-12-12 16:50:02 +01:00

6 lines
177 B
YAML

---
- name: Install Ptyxis
community.general.flatpak:
name: "https://nightly.gnome.org/repo/appstream/org.gnome.Ptyxis.Devel.flatpakref"
state: present
become: true