-
Notifications
You must be signed in to change notification settings - Fork 36
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
Error when launching #4
Comments
Unfortunately we will not be able to attend to this for two weeks or so, but this error indicates that ansible couldn't find any hosts on which to run. |
If you don't want to change the code, you can fix it using 'ansible<2.2' and it will work. |
How do you change the configuration so that it uses an older version of Ansible? |
You could try using a virtual env and installing via pip with |
I get this error every time I run
./test-factor.sh
. I believe it is to do with the lineinstance_id: “{{ hostvars[groups[ami_builder.group][0]].ec2_id }}”
in build-finish.yml. Any help would be much appreciated.The text was updated successfully, but these errors were encountered: