2023-09-09 15:19:45 +02:00
|
|
|
---
|
|
|
|
- name: Enable the Copr
|
|
|
|
community.general.copr:
|
|
|
|
name: varlad/helix
|
|
|
|
state: enabled
|
2024-07-22 10:32:46 +02:00
|
|
|
when: ansible_distribution not in ("AlmaLinux")
|
2023-09-09 15:19:45 +02:00
|
|
|
become: true
|
|
|
|
|
|
|
|
- name: Install the Helix
|
|
|
|
ansible.builtin.package:
|
|
|
|
name: helix
|
|
|
|
state: present
|
|
|
|
become: true
|