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

"PRELIM | Register if snap being used" hangs on `more` #127

Closed tomi-bigpi closed 1 year ago

tomi-bigpi commented 1 year ago

Describe the Issue Task "PRELIM | Register if snap being used" hangs on more, most likely due to waiting for user input?

Expected Behavior Expected the task to gather the required information and continuing with the playbook.

Actual Behavior A playbook run stops and does not continue.

Control(s) Affected What controls are being affected by the issue

Environment (please complete the following information):

Additional Notes https://github.com/ansible-lockdown/UBUNTU22-CIS/pull/113/files/d27516bb31e16f616758e04a7720960a1fd5295c#r1341674315

Possible Solution Change more to cat seems to resolve the issue.