dotfiles/roles/editor_helix/tasks/install_fedora-family.yml

7 lines
107 B
YAML
Raw Normal View History

---
- name: Install the Helix
ansible.builtin.package:
name: helix
state: present
become: true