Fedora.linux_system_roles.sudo - bug in scan_sudoers.py module

I submitted this issue for the linux-system-roles / sudo repo.

I could submit a PR, but I’d have to read the contrib guidelines and stuff :slight_smile: sorry.

The scan_sudoers.py module doesn’t seem to pick up line continuation characters consistently, so I suggested a change that would use re.sub to “unwrap” lines before processing them with the regex.

Just FYI?