-
-
Notifications
You must be signed in to change notification settings - Fork 856
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
Role fails on debian9 AWS ami #99
Comments
That failure indicates Ansible is not able to determine the release version—it uses the variable See: https://github.com/geerlingguy/ansible-role-docker/blob/master/defaults/main.yml#L20 I would suggest you force override the variable in this situation, since I'm guessing you won't be able to fix the upstream AMI: docker_apt_repository: "deb [arch={{ docker_apt_arch }}] https://download.docker.com/linux/debian stretch Release" |
I performed the following on my
but now it fails as follows; as it if tries to find the task file to include in the wrong place;
overriding the
|
Nevermind, this fixed it:
|
I have been using the role with success on to create
ami
s based off the following search patterns (and always getting the most recent result):However when attempting with:
the role fails as follows:
The text was updated successfully, but these errors were encountered: