content icon indicating copy to clipboard operation
content copied to clipboard

Ansible remediation of configure_opensc_nss_db in rhel7 never finishes

Open vojtapolasek opened this issue 5 years ago • 0 comments

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:

  1. 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

vojtapolasek avatar May 21 '20 14:05 vojtapolasek