Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix case when BASTION var is not a string (#19)
* feat: resolve jinja vars from hostvars Currently the bastion-ansible-wrapper does not mananage jinja2 vars. Example group vars defining bastion_host: ``` "bastion_host": "{{ bastion_fqdn }}" ``` -> this will be interpreted as a litteral string This PR tries to resolve the (maybe intricated) jinja2 vars by looking at them in hostvars * fix: fix case when a BASTION var is not a string Co-authored-by: Damien Cavagnini <[email protected]>
- Loading branch information