Matej Focko
f5335e0f0c
Helix is included in the default repositories (Fedora and EPEL for EL derivates), therefore there is no need to use the Copr repository. Signed-off-by: Matej Focko <me@mfocko.xyz> # Please enter the commit message for your changes. Lines starting # with '#' will be ignored, and an empty message aborts the commit. # # On branch main # Your branch is ahead of 'origin/main' by 3 commits. # (use "git push" to publish your local commits) # # Changes to be committed: # modified: roles/editor_helix/tasks/install_fedora-family.yml # # Changes not staged for commit: # modified: group_vars/servers/vars # modified: inventory # modified: playbooks/playground.yml # modified: roles/cockpit/defaults/main.yml # modified: roles/cockpit/tasks/install.yml # modified: roles/cockpit/tasks/main.yml # # Untracked files: # ansible-navigator.log # playbooks/print_facts.yml # tasks/ #
6 lines
107 B
YAML
6 lines
107 B
YAML
---
|
|
- name: Install the Helix
|
|
ansible.builtin.package:
|
|
name: helix
|
|
state: present
|
|
become: true
|