-
Notifications
You must be signed in to change notification settings - Fork 666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EC2 create.yml does not refer to the region in molecule.yml #1570
Comments
I think I found the issue, PEBCAK: to solve this issue, set the region:
|
@robertdebock hi! Is this something that needs making clearer in the docs somewhere? |
Yes, to be honest, the documentation was not clear to me. I'll review and make a merge request where possible. |
@robertdebock That would be great, thanks! |
Hm, I'm in doubt; the module documentation of ec2 mentions to set the variables. So adding it to molecule's documentation would result in duplicate text. I suggest to close the issue; even though I opened it. ;-) |
Thanks for confirming. |
I think this issue persists. I just started using the EC2 infrastructure provider for Molecule in my example project jonashackt/molecule-ansible-docker-vagrant and got the same result. I think the Molecule EC2 docs leaves out some important things:
The latter is some kind of discrepancy - since all the other configuration parameters are generated correctly by a |
Issue Type
Molecule and Ansible details
Molecule installation method (one of):
Ansible installation method (one of):
Detail any linters or test runners used:
Desired Behavior
The region described in molecule.yml to be picked up in create.yml.
Sample of molecule.yml:
Actual Behaviour
I modified create.yml a bit to include that region:
Not sure if I'm using the molecule ec2 driver incorrectly, or that this is an actual bug.
The text was updated successfully, but these errors were encountered: