florianutz / ubuntu2004_cis

Ubuntu CIS Hardening Ansible Role
MIT License
109 stars 67 forks source link

Correct the var name for disabling pw at boot requirement. #15

Closed coffee-squirrel closed 3 years ago

coffee-squirrel commented 3 years ago

Under 20.04 'Ensure bootloader password is set' is 1.5.1, rather than 1.5.2.

florianutz commented 3 years ago

Thank you very much for your contribution. I see you changed the variable only in defaults. But it must be in the code as well.

coffee-squirrel commented 3 years ago

The code is already correct: https://github.com/florianutz/ubuntu2004_cis/blob/325283b400b1d319d2dd61c321d9a0457815a8b6/tasks/section1.yml#L712-L727