BookmarkSubscribeRSS Feed
ashishj816
Quartz | Level 8

After running "ansible-playbook system-assessment.yml" I am getting below error.

 

failed: [deployTarget] (item=entitlement_certificate.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "4e49d7661319bc020f6ee27cfba58f7a8480aa2b", "item": "entitlement_certificate.pem", "msg": "Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!"}
failed: [deployTarget] (item=SAS_CA_Certificate.pem) => {"ansible_loop_var": "item", "changed": false, "checksum": "71f91f5ad82d490d5233b0987454513c6af1fa3c", "item": "SAS_CA_Certificate.pem", "msg": "Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!"}

 

 

1 REPLY 1
AnandVyas
Ammonite | Level 13

Hi @ashishj816 

 

Have you executed the pre-install playbook without any errors? I think the below error message clearly states that dependent package is missing.

 

"msg": "Aborting, target uses selinux but python bindings (libselinux-python) aren't installed!"

 

Can you check if this package ( libselinux-python) is installed?

 

sudo yum list installed | grep libselinux-python

 

 

 

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Discussion stats
  • 1 reply
  • 1366 views
  • 0 likes
  • 2 in conversation