Files
ansible-role-sudo/tasks
volker.raschekandCopilot 50ab126130 fix(tasks): fall back to user or group for empty filename
The default filter only replaces undefined values unless its boolean flag is
enabled. An entry with 'filename: ""' - as documented in defaults/main.yaml -
therefore produced a sudoers drop-in file without a name. Enabling the flag
makes the role fall back to the user or group name for empty filenames as
well.

Co-authored-by: Copilot <copilot@github.com>
2026-09-10 21:41:34 +02:00
..