mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
0293580b50
mainly for the cephfs suite Signed-off-by: Sebastian Wagner <sewagner@redhat.com>
14 lines
418 B
YAML
14 lines
418 B
YAML
os_type: rhel
|
|
os_version: "8.4"
|
|
overrides:
|
|
selinux:
|
|
whitelist:
|
|
- scontext=system_u:system_r:logrotate_t:s0
|
|
tasks:
|
|
- pexec:
|
|
all:
|
|
- sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup
|
|
- sudo dnf -y module reset container-tools
|
|
- sudo dnf -y module install container-tools:rhel8
|
|
- sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf
|