content
content copied to clipboard
Ansible remediation of configure_opensc_nss_db in rhel7 never finishes
Description of problem:
When remediating rule configure_opensc_nss_db with Ansible the remediation never finishes. The remediation launches a command which expects interactive response. This response wil be never provided.
SCAP Security Guide Version:
Master
Operating System Version:
rhel7
Steps to Reproduce:
- Install the opensc package
-
- run for example the ncp Ansible playbook against the machine
Actual Results:
The playbook will get stuck and never finish.
Expected Results:
The playbook finishes and rule is remediated correctly.
Addition Information/Debugging Steps:
The whole remediation needs to be rewritten, see the following PR for more information. https://github.com/ComplianceAsCode/content/pull/4776