Description
During cloud deploy, Ansible playbook tries to access /home/trydirect/.stacker on the remote server, but the directory wasn't created during the deployment process.
Affected Projects
StackPilot
Error
resolve : lstat /home/trydirect/.stacker: no such file or directory
Steps to Reproduce
- Deploy StackPilot to cloud
- Deployment completes Docker installation and image pulls
- Fails at the compose deployment step
Expected Behavior
Stacker should create the .stacker directory on the remote server before attempting to deploy compose files.
Environment
- Stacker CLI version: latest
- Cloud provider: Hetzner
- Server type: cpx32
Description
During cloud deploy, Ansible playbook tries to access
/home/trydirect/.stackeron the remote server, but the directory wasn't created during the deployment process.Affected Projects
StackPilot
Error
Steps to Reproduce
Expected Behavior
Stacker should create the
.stackerdirectory on the remote server before attempting to deploy compose files.Environment