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

 

 

 

sas-innovate-white.png

Missed SAS Innovate in Orlando?

Catch the best of SAS Innovate 2025 — anytime, anywhere. Stream powerful keynotes, real-world demos, and game-changing insights from the world’s leading data and AI minds.

 

Register now

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