jinja2 warnings

Hi all,

After the latest ansible upgrade, I’ve started seeing these alerts when running playbooks:

[WARNING]: conditional statements should not include jinja2 templating delimiters such as {{ }} or {% %}. Found: {{ rhel7stig_complexity_high or rhel7stig_audit_complex }}

Without the code this may and may not be a bug.
https://github.com/ansible/ansible/issues/56830

If you have
  when: "{{ rhel7stig_complexity_high or rhel7stig_audit_complex }}"

you need to remove the curly brackets.