Forgive me if I'm misunderstanding something, but the README for this image says the following:
Based on the base AWS spacelift image, with tailscale added to save re-downloading every run.
The Readme is written mentioning Terraform but it will work out the box for OpenTofu, Pulumi, Ansible, etc as well.
However, Spacelift's base terraform image is separate from its base Ansible image. When trying to run an Ansible stack with this spacelift-tailscale image, the runs always error out at the beginning of the initialization stage saying:
Error finding binary "ansible-playbook": exec: "ansible-playbook": executable file not found in $PATH
Has anyone confirmed that this image does work with Ansible? If so, I guess I'm doing something wrong with my Ansible stack setup.
Thanks
Forgive me if I'm misunderstanding something, but the README for this image says the following:
However, Spacelift's base terraform image is separate from its base Ansible image. When trying to run an Ansible stack with this
spacelift-tailscaleimage, the runs always error out at the beginning of the initialization stage saying:Has anyone confirmed that this image does work with Ansible? If so, I guess I'm doing something wrong with my Ansible stack setup.
Thanks