Hi
I am using ansible as a packer provisioner. I am trying to install a role from a private repository. The role is specified in the galaxy-req yaml file.
For packer version 1.4.3, it works completely fine without any issues. However, due to a use case, I want to use packer 1.6.6. Have kept everything same, except the version. But facing this error.
failed to download the file: <urlopen error Tunnel connection failed: 503 service unavailable> — Packer ansible role
It comes after the packer log of executing ansible galaxy
The role url works fine, on ui as well as with the other packer version. The instance configurations also remain same for both the versions.
Any suggestions would be really helpful.
Thank you!