mirror of https://github.com/ceph/ceph-ansible.git
add libselinux-python as dependency pkg for centos
closes: #631 Signed-off-by: Sébastien Han <seb@redhat.com>pull/633/head
parent
3cec4bb20b
commit
71a0f27f39
|
@ -50,6 +50,7 @@ dummy:
|
|||
# - epel-release
|
||||
# - ntp
|
||||
# - python-setuptools
|
||||
# - libselinux-python
|
||||
|
||||
#redhat_package_dependencies:
|
||||
# - python-pycurl
|
||||
|
|
|
@ -42,6 +42,7 @@ centos_package_dependencies:
|
|||
- epel-release
|
||||
- ntp
|
||||
- python-setuptools
|
||||
- libselinux-python
|
||||
|
||||
redhat_package_dependencies:
|
||||
- python-pycurl
|
||||
|
|
Loading…
Reference in New Issue