While this may change in the future, right now variables do not automatically work in inventory configs and plugin authors have to manually template things if they need to allow users to use variables. Looking at this plugin, it appears that the only thing that it templates is the token
, so you cannot use a Jinja expression in api_endpoint
.
1 Like