ansible-lockdown / UBUNTU22-CIS

Ansible role for Ubuntu22 CIS Baseline
https://ansible-lockdown.readthedocs.io/en/latest/
MIT License
181 stars 80 forks source link

found cron regex typo #149

Closed dderemiah closed 11 months ago

dderemiah commented 11 months ago

Overall Review of Changes: Found a typo in cron entry in rsyslog conf Issue Fixes: fixes typo and makes CIS compliant

Enhancements: n/a How has this been tested?: Tested locally

dderemiah commented 11 months ago

You are correct. The '#' was missing in the regex. My correction puts it back. I think it is ready to merge