mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #633 from ceph/centos-libselinux-python
add libselinux-python as dependency pkg for centospull/634/head
commit
c8422e29ff
|
@ -50,6 +50,7 @@ dummy:
|
||||||
# - epel-release
|
# - epel-release
|
||||||
# - ntp
|
# - ntp
|
||||||
# - python-setuptools
|
# - python-setuptools
|
||||||
|
# - libselinux-python
|
||||||
|
|
||||||
#redhat_package_dependencies:
|
#redhat_package_dependencies:
|
||||||
# - python-pycurl
|
# - python-pycurl
|
||||||
|
|
|
@ -42,6 +42,7 @@ centos_package_dependencies:
|
||||||
- epel-release
|
- epel-release
|
||||||
- ntp
|
- ntp
|
||||||
- python-setuptools
|
- python-setuptools
|
||||||
|
- libselinux-python
|
||||||
|
|
||||||
redhat_package_dependencies:
|
redhat_package_dependencies:
|
||||||
- python-pycurl
|
- python-pycurl
|
||||||
|
|
Loading…
Reference in New Issue