Files
Christian Heusel ea75f75f61 archusers: Fix 'None' appearing in authorized_keys
All people who had additional ssh keys defined in archusers.yml would
get literal 'None' string in their authorized_keys file, as apparently
appending a key to an array in a jinja template now (since the release
of ansible 2.19) has a return value which gets templated in.

Work around this by replacing this value with an empty string.

Signed-off-by: Christian Heusel <christian@heusel.eu>
2025-08-09 10:13:54 +02:00
..