7 lines
126 B
YAML
7 lines
126 B
YAML
|
---
|
||
|
- name: Install the Helix
|
||
|
community.general.flatpak:
|
||
|
name: com.helix_editor.Helix
|
||
|
state: present
|
||
|
become: true
|