blob: 45295bb4a7499ef423c7c2d32c26d05edbf83bd6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
os_type: centos
os_version: "9.stream"
overrides:
selinux:
whitelist:
- scontext=system_u:system_r:logrotate_t:s0
tasks:
- pexec:
all:
- sudo dnf install nvmetcli nvme-cli -y
|