Open flybyray opened 2 weeks ago
Not sure if this is a bug but it is against habits of ansible developers.
the variables keeper_
may not include Jinja2 templating. :-(
can be closed but i would like to see this fixed, templating is just useful to have clean structure for different inventories.
Tested with the sample playbook provided by Keeper-Security.
ansible-inventory -i inventory/prod --host es11 | \jq -r ".keeper_config_file"
ansible es11 -i inventory/prod -m debug -a 'var=keeper_config_file'
head ~/ansible/keeper-prod.ini