RHEL9-CIS/tasks/section_6
davidalexander83 7ec2c9bf5e
Fix re.error due to (?i) not at start of re
6.2.2.3 and 6.2.2.4 cause issues due to current re syntax:
^(?i)(\s*compress=)

re.error: global flags not at the start of the expression at position 1

Fix removes ^ which resolves issue without affecting functionality.

Signed-off-by: davidalexander83 <davidalexander83@icloud.com>
2025-07-02 12:32:20 +10:00
..
cis_6.1.x.yml added check_mode logic 2025-05-23 14:30:17 +01:00
cis_6.2.1.x.yml lint updates 2025-04-01 08:14:02 +01:00
cis_6.2.2.1.x.yml Fix for #325 thank you @mindrb 2025-05-23 11:00:13 -04:00
cis_6.2.2.x.yml Fix re.error due to (?i) not at start of re 2025-07-02 12:32:20 +10:00
cis_6.2.3.x.yml rsyslog_#294 thanks to @alopezgcp 2025-02-20 11:54:14 +00:00
cis_6.2.4.1.yml updated logic 2025-02-26 14:04:13 +00:00
cis_6.3.1.x.yml Merge branch 'lint_dec24' into alignment 2024-12-11 13:36:08 +00:00
cis_6.3.2.x.yml updated yamllint, company naming, linting and spacing 2024-12-04 12:00:12 +00:00
cis_6.3.3.x.yml updated yamllint, company naming, linting and spacing 2024-12-04 12:00:12 +00:00
cis_6.3.4.x.yml Merge branch 'lint_dec24' into alignment 2024-12-11 13:36:08 +00:00
main.yml added rhel9cis_rsyslog_ansiblemanage conditional 2025-05-23 14:25:42 +01:00