We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 39956a1 + 76955f9 commit 1725c28Copy full SHA for 1725c28
component.yml.tpl
@@ -49,5 +49,7 @@ phases:
49
- ansible-galaxy install -f -r requirements.yml || true
50
# Wait for cloud-init
51
- while [ ! -f /var/lib/cloud/instance/boot-finished ]; do echo 'Waiting for cloud-init...'; sleep 1; done
52
+ # Work around for missing environment
53
+ - export HOME=/root
54
# Run playbook
55
- ansible-playbook ${playbook_file}
0 commit comments