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