mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2026-08-01 22:34:17 +02:00
Previously the error message was missing the proper context to
understand which host did not have the host variable defined:
Task failed: object of type 'HostVarsVars' has no attribute 'wireguard_public_key'
With the changes from this commit this error becomes much more readable:
Task failed: The filter plugin 'ansible.builtin.mandatory' failed: bastion.archlinux.org is missing mandatory host var wireguard_public_key
Signed-off-by: Christian Heusel <christian@heusel.eu>