CentOS 9 does not have system-storage-manager.

This commit is contained in:
Andrea Dell'Amico 2024-08-08 17:55:09 +02:00
parent dd0a2434cb
commit 9b64f2a917
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
2 changed files with 0 additions and 2 deletions

View File

@ -76,7 +76,6 @@ centos_locate_package:
centos_hw_packages:
- smartmontools
- system-storage-manager
centos_selinux_daemons_dump_core: False
selinux_policy_type: targeted

View File

@ -1,6 +1,5 @@
---
# First things first: install the basic requirements with a raw command
- name: Install python 2 and python-apt
- name: Install python 2 and python-apt
raw: "apt-get update; apt-get install -y python python-apt lsb-release"
when: