Skip to content

Commit

Permalink
[ansible] Enable CRB and add EPEL when CentOS/Rocky
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Nov 16, 2023
1 parent a374779 commit 0243e4b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ansible/roles/ovos_installer/tasks/virtualenv/packages.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@
---
- name: Enable CRB repository
ansible.builtin.command:
cmd: dnf config-manager --enable crb
changed_when: false
when: ansible_distribution != "Fedora"

- name: Add EPEL repository
ansible.builtin.dnf:
name: epel-release
when: ansible_distribution != "Fedora"

- name: Handle virtualenv package requirements (ovos-core)
ansible.builtin.apt:
name:
Expand Down

0 comments on commit 0243e4b

Please sign in to comment.