You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When applying RHEL-08-010295, RHEL8-STIG looks for +VERS-ALL: and then applies the contents of the rhel8stig_gnutls_encryption after it using backrefs. However, this causes +VERS-ALL: to be added again every time the STIG playbook is run.
This causes Ansible to report it as "changed" every time even when it shouldn't, as a compliant file still gets edited.
Expected Behavior
Only add the +VERS-ALL: and rhel8stig_gnutls_encryption if required.
Actual Behavior
Duplicate +VERS-ALL added each time, i.e. after two runs:
Describe the Issue
When applying
RHEL-08-010295
, RHEL8-STIG looks for+VERS-ALL:
and then applies the contents of therhel8stig_gnutls_encryption
after it usingbackrefs
. However, this causes+VERS-ALL:
to be added again every time the STIG playbook is run.This causes Ansible to report it as "changed" every time even when it shouldn't, as a compliant file still gets edited.
Expected Behavior
Only add the
+VERS-ALL:
andrhel8stig_gnutls_encryption
if required.Actual Behavior
Duplicate
+VERS-ALL
added each time, i.e. after two runs:+VERS-ALL:+VERS-ALL:+VERS-ALL:-VERS-DTLS0.9
...etc.Reports changed every time, as the file is being changed.
Control(s) Affected
RHEL-08-010295
The text was updated successfully, but these errors were encountered: