diff --git a/playbooks/prepare-node-common.yaml b/playbooks/prepare-node-common.yaml index e8838a95f..3f244f708 100644 --- a/playbooks/prepare-node-common.yaml +++ b/playbooks/prepare-node-common.yaml @@ -32,6 +32,12 @@ become: true with_items: "{{ dnf_modules | default({}) | dict2items }}" + - name: Enable CRB (CentOS/RHEL) + shell: + cmd: |- + dnf config-manager --enable crb + become: true + - name: Install Ruby dependencies (CentOS/RHEL) dnf: name: "{{ item }}"