dotfiles/roles/editors/helix/tasks/install_Debian.yml

7 lines
126 B
YAML
Raw Normal View History

---
- name: Install the Helix
community.general.flatpak:
name: com.helix_editor.Helix
state: present
become: true