Make sure CRB repository is enabled

The augeas-devel package is provided by the CRB repository so it should
be enabled in advance. Currently CRB repository is enabled in the OS
image used in CI so we don't have to enable it explicitly but we should
not assume that the repo is always enabled.
Change-Id: I264dad066ad1c0563ab5ff35da7de71f3b8d4e72
Signed-off-by: Takashi Kajinami <kajinamit@oss.nttdata.com>
This commit is contained in:
Takashi Kajinami
2025年08月19日 13:53:58 +09:00
parent 3c670fcccf
commit f14b7217ab

View File

@@ -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 }}"
Reference in New Issue
openstack/puppet-openstack-integration
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.