diff --git a/roles/editors/helix/tasks/install_Debian.yml b/roles/editors/helix/tasks/install_Debian.yml new file mode 100644 index 0000000..026064f --- /dev/null +++ b/roles/editors/helix/tasks/install_Debian.yml @@ -0,0 +1,6 @@ +--- +- name: Install the Helix + community.general.flatpak: + name: com.helix_editor.Helix + state: present + become: true