Matej Focko
044d0e42ab
* Do not use Copr repo for AlmaLinux * Make a generic install action for Helix from official repositories Signed-off-by: Matej Focko <me@mfocko.xyz>
6 lines
107 B
YAML
6 lines
107 B
YAML
---
|
|
- name: Install the Helix
|
|
ansible.builtin.package:
|
|
name: helix
|
|
state: present
|
|
become: true
|