Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix #239 , use python-style templating instead of Jinja in the ec2 lo…
…gin_cmd_template This file assumes Jinja templating for the port parameter and passes a Jinja-style "{{ port }}". https://github.com/ansible/molecule/blob/main/src/molecule/command/login.py#L105 When it reaches molecule, it is subsituted in this file and is done by python calling `.format()` on the string. That causes it to not render correctly and gives users issues running molecule login. ref: #239
- Loading branch information