We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the Issue RHEL-08-010291 line gets written repeatedly due to incorrect regex
Expected Behavior Line doesn't get added repeatedly
Actual Behavior Line is only added once
Control(s) Affected RHEL-08-010291
Environment (please complete the following information):
Additional Notes Due to RHEL-08-040342 having the same starting line, the existing regex doesn't work
Possible Solution Change regexp to "^CRYPTO_POLICY='{{ rhel8stig_ssh_server_crypto_settings }}'"
The text was updated successfully, but these errors were encountered:
ansible-lockdown#174 Correct opensshserver.config CRYPTO_POLICY
6ace2a2
Signed-off-by: Jacob Buskirk <[email protected]>
Closing since this has been merged in
Sorry, something went wrong.
#174 Correct opensshserver.config CRYPTO_POLICY
26bbaad
Signed-off-by: Jacob Buskirk <[email protected]> Signed-off-by: Mark Bolwell <[email protected]>
uk-bolly
Successfully merging a pull request may close this issue.
Describe the Issue
RHEL-08-010291 line gets written repeatedly due to incorrect regex
Expected Behavior
Line doesn't get added repeatedly
Actual Behavior
Line is only added once
Control(s) Affected
RHEL-08-010291
Environment (please complete the following information):
Additional Notes
Due to RHEL-08-040342 having the same starting line, the existing regex doesn't work
Possible Solution
Change regexp to "^CRYPTO_POLICY='{{ rhel8stig_ssh_server_crypto_settings }}'"
The text was updated successfully, but these errors were encountered: