1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2026-05-03 18:40:40 +02:00
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
..