forked from ISTI-ansible-roles/ansible-roles
CentOS 9 does not have system-storage-manager.
This commit is contained in:
parent
dd0a2434cb
commit
9b64f2a917
|
@ -76,7 +76,6 @@ centos_locate_package:
|
|||
|
||||
centos_hw_packages:
|
||||
- smartmontools
|
||||
- system-storage-manager
|
||||
|
||||
centos_selinux_daemons_dump_core: False
|
||||
selinux_policy_type: targeted
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue